summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:44:58 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:44:58 +0000
commite00e1d46940a267d6fbe92be4ed2e547b4e946dc (patch)
treeccfa6694ebebad33608d7fb40bd8a863c0c6977c /EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c
parented66e1bc0d2be0a185fc47adab4930c3b7e2767f (diff)
downloadedk2-platforms-e00e1d46940a267d6fbe92be4ed2e547b4e946dc.tar.xz
clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5821 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c')
-rw-r--r--EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c b/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c
index a9d82e6754..4b2e30a623 100644
--- a/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c
+++ b/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c
@@ -52,8 +52,7 @@ StriColl (
IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN CHAR16 *Str1,
IN CHAR16 *Str2
- )
-;
+ );
/**
Converts all the Unicode characters in a Null-terminated Unicode string to
@@ -68,8 +67,7 @@ EFIAPI
StrLwr (
IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN OUT CHAR16 *Str
- )
-;
+ );
/**
Converts all the Unicode characters in a Null-terminated Unicode string to upper
@@ -84,8 +82,7 @@ EFIAPI
StrUpr (
IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN OUT CHAR16 *Str
- )
-;
+ );
/**
Performs a case-insensitive comparison of a Null-terminated Unicode
@@ -105,8 +102,7 @@ MetaiMatch (
IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN CHAR16 *String,
IN CHAR16 *Pattern
- )
-;
+ );
/**
Converts an 8.3 FAT file name in an OEM character set to a Null-terminated
@@ -127,8 +123,7 @@ FatToStr (
IN UINTN FatSize,
IN CHAR8 *Fat,
OUT CHAR16 *String
- )
-;
+ );
/**
Converts a Null-terminated Unicode string to legal characters in a FAT
@@ -152,8 +147,7 @@ StrToFat (
IN CHAR16 *String,
IN UINTN FatSize,
OUT CHAR8 *Fat
- )
-;
+ );
#define UC2_PRIVATE_DATA_SIGNATURE EFI_SIGNATURE_32 ('_', 'U', 'C', '2')