summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Library/CapsuleLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Library/CapsuleLib.h')
-rw-r--r--MdeModulePkg/Include/Library/CapsuleLib.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/MdeModulePkg/Include/Library/CapsuleLib.h b/MdeModulePkg/Include/Library/CapsuleLib.h
index 80df80e628..3bbc8c03c4 100644
--- a/MdeModulePkg/Include/Library/CapsuleLib.h
+++ b/MdeModulePkg/Include/Library/CapsuleLib.h
@@ -29,8 +29,7 @@ EFI_STATUS
EFIAPI
SupportCapsuleImage (
IN EFI_CAPSULE_HEADER *CapsuleHeader
- )
-;
+ );
/**
The firmware implements to process the capsule image.
@@ -44,8 +43,7 @@ EFI_STATUS
EFIAPI
ProcessCapsuleImage (
IN EFI_CAPSULE_HEADER *CapsuleHeader
- )
-;
+ );
#endif