summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Library/GenericBdsLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Library/GenericBdsLib.h')
-rw-r--r--MdeModulePkg/Include/Library/GenericBdsLib.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/MdeModulePkg/Include/Library/GenericBdsLib.h b/MdeModulePkg/Include/Library/GenericBdsLib.h
index 8816e5f8ad..654271dff6 100644
--- a/MdeModulePkg/Include/Library/GenericBdsLib.h
+++ b/MdeModulePkg/Include/Library/GenericBdsLib.h
@@ -1048,8 +1048,7 @@ EFIAPI
DevPathVendor (
IN OUT POOL_PRINT *Str,
IN VOID *DevPath
- )
-;
+ );
/**
Concatenates a formatted unicode string to allocated pool.
@@ -1070,7 +1069,6 @@ CatPrint (
IN OUT POOL_PRINT *Str,
IN CHAR16 *fmt,
...
- )
-;
+ );
#endif