]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiToUefiHiiThunk / UefiIfrParserExpression.h
index c4ed930ea2e5072d122693b64de63b66632a926a..c55277ff1310296a9581edae51a6edb2617045e7 100644 (file)
@@ -27,8 +27,7 @@
 VOID\r
 ResetScopeStack (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Push an Operand onto the Stack\r
@@ -43,8 +42,7 @@ ResetScopeStack (
 EFI_STATUS\r
 PushScope (\r
   IN UINT8   Operand\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -60,8 +58,7 @@ PushScope (
 EFI_STATUS\r
 PopScope (\r
   OUT UINT8     *Operand\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Zero extend integer/boolean/date/time to UINT64 for comparing.\r
@@ -74,8 +71,7 @@ PopScope (
 VOID\r
 ExtendValueToU64 (\r
   IN  EFI_HII_VALUE   *Value\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Compare two Hii value.\r
@@ -95,7 +91,6 @@ CompareHiiValue (
   IN  EFI_HII_VALUE   *Value1,\r
   IN  EFI_HII_VALUE   *Value2,\r
   IN  EFI_HII_HANDLE  HiiHandle OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r