]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / Common / EfiCustomizedCompress.h
index d1fa22066eb414b5b2c8d0cbe8e91974be342a3f..2a7b8d156997ff74dafb34a961e8c8b3514e785e 100644 (file)
@@ -24,8 +24,7 @@ Abstract:
 EFI_STATUS\r
 SetCustomizedCompressionType (\r
   IN  CHAR8   *Type\r
-  )\r
-;\r
+  );\r
 \r
 /*++\r
 \r
@@ -49,8 +48,7 @@ CustomizedGetInfo (
   IN      UINT32  SrcSize,\r
   OUT     UINT32  *DstSize,\r
   OUT     UINT32  *ScratchSize\r
-  )\r
-;\r
+  );\r
 \r
 /*++\r
 \r
@@ -79,8 +77,7 @@ CustomizedDecompress (
   IN      UINT32  DstSize,\r
   IN OUT  VOID    *Scratch,\r
   IN      UINT32  ScratchSize\r
-  )\r
-;\r
+  );\r
 \r
 /*++\r
 \r
@@ -110,8 +107,7 @@ CustomizedCompress (
   IN      UINT32  SrcSize,\r
   IN      UINT8   *DstBuffer,\r
   IN OUT  UINT32  *DstSize\r
-  )\r
-;\r
+  );\r
 \r
 /*++\r
 \r