summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/DxePiLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/DxePiLib.h')
-rw-r--r--MdePkg/Include/Library/DxePiLib.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/MdePkg/Include/Library/DxePiLib.h b/MdePkg/Include/Library/DxePiLib.h
index dd80da7a26..912134761f 100644
--- a/MdePkg/Include/Library/DxePiLib.h
+++ b/MdePkg/Include/Library/DxePiLib.h
@@ -70,8 +70,7 @@ PiLibGetSectionFromAnyFv (
IN UINTN SectionInstance,
OUT VOID **Buffer,
OUT UINTN *Size
- )
-;
+ );
/**
Locates a requested firmware section within a file and returns it to a buffer allocated by this function.
@@ -123,8 +122,7 @@ PiLibGetSectionFromCurrentFv (
IN UINTN SectionInstance,
OUT VOID **Buffer,
OUT UINTN *Size
- )
-;
+ );
/**
@@ -170,8 +168,7 @@ PiLibGetSectionFromCurrentFfs (
IN UINTN SectionInstance,
OUT VOID **Buffer,
OUT UINTN *Size
- )
-;
+ );
#endif