summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/PeCoffGetEntryPointLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/PeCoffGetEntryPointLib.h')
-rw-r--r--MdePkg/Include/Library/PeCoffGetEntryPointLib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PeCoffGetEntryPointLib.h b/MdePkg/Include/Library/PeCoffGetEntryPointLib.h
index 7bc0df89ad..466d749348 100644
--- a/MdePkg/Include/Library/PeCoffGetEntryPointLib.h
+++ b/MdePkg/Include/Library/PeCoffGetEntryPointLib.h
@@ -76,7 +76,6 @@ PeCoffLoaderGetPdbPointer (
IN VOID *Pe32Data
);
-
/**
Returns the size of the PE/COFF headers
@@ -92,7 +91,7 @@ PeCoffLoaderGetPdbPointer (
UINT32
EFIAPI
PeCoffGetSizeOfHeaders (
- IN VOID *Pe32Data
+ IN VOID *Pe32Data
);
/**
@@ -110,7 +109,7 @@ PeCoffGetSizeOfHeaders (
UINTN
EFIAPI
PeCoffSearchImageBase (
- IN UINTN Address
+ IN UINTN Address
);
#endif