summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/TcgPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Protocol/TcgPlatform.h')
-rw-r--r--MdeModulePkg/Include/Protocol/TcgPlatform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Protocol/TcgPlatform.h b/MdeModulePkg/Include/Protocol/TcgPlatform.h
index 4c87b58a5d..cf8c5626be 100644
--- a/MdeModulePkg/Include/Protocol/TcgPlatform.h
+++ b/MdeModulePkg/Include/Protocol/TcgPlatform.h
@@ -44,7 +44,7 @@ typedef struct tdEFI_TCG_PLATFORM_PROTOCOL EFI_TCG_PLATFORM_PROTOCOL;
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_TCG_MEASURE_PE_IMAGE) (
+(EFIAPI *EFI_TCG_MEASURE_PE_IMAGE)(
IN BOOLEAN BootPolicy,
IN EFI_PHYSICAL_ADDRESS ImageAddress,
IN UINTN ImageSize,
@@ -65,7 +65,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_TCG_MEASURE_ACTION) (
+(EFIAPI *EFI_TCG_MEASURE_ACTION)(
IN CHAR8 *ActionString
);