]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/BaseLib.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdePkg / Include / Library / BaseLib.h
index 0c16c4813058fb11e688e115ea0a97c27aa20c0f..b2db844fc97c340255db35cbf3575ea03e5baeba 100644 (file)
@@ -622,8 +622,7 @@ CHAR16
 EFIAPI\r
 NibbleToHexChar (\r
   IN UINT8      Nibble\r
-  )\r
-;\r
+  );\r
 \r
 /** \r
   Convert binary buffer to a Unicode String in a specified sequence. \r
@@ -660,8 +659,7 @@ BufToHexString (
   IN OUT       UINTN                *StringLen,\r
   IN     CONST UINT8                *Buffer,\r
   IN           UINTN                BufferSizeInBytes\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -705,8 +703,7 @@ HexStringToBuf (
   IN OUT       UINTN                    *BufferSizeInBytes,\r
   IN     CONST CHAR16                   *String,\r
   OUT          UINTN                    *ConvertedStrLen  OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -730,8 +727,7 @@ EFIAPI
 IsHexDigit (\r
   OUT UINT8      *Digit,\r
   IN  CHAR16      Char\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Convert one Null-terminated Unicode string to a Null-terminated\r