]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/Exceptions.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / ProcessDsc / Exceptions.h
index 1425d4387a750d2819546ed18d6dda44fad62a5a..625d1e13e4625e48d7f1ba83eafd340d988f63ff 100644 (file)
@@ -31,27 +31,22 @@ Abstract:
 int\r
 InitExceptions (\r
   VOID\r
-  )\r
-;\r
+  );\r
 int\r
 TryException (\r
   VOID\r
-  )\r
-;\r
+  );\r
 char  *\r
 CatchException (\r
   VOID\r
-  )\r
-;\r
+  );\r
 int\r
 ExceptionThrown (\r
   VOID\r
-  )\r
-;\r
+  );\r
 int\r
 ThrowException (\r
   char *EMsg\r
-  )\r
-;\r
+  );\r
 \r
 #endif // ifndef _EXCEPTIONS_H_\r