summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/TcgPlatform.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-31 07:09:47 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-31 07:09:47 +0000
commit7d839888ffce3572e8ef4b82e0811d82cd2bbd74 (patch)
tree98be33500560bae2e19a62c378adecba551f261b /MdeModulePkg/Include/Protocol/TcgPlatform.h
parent6a28ac4441cb83f95d5cfbaa72711445da001a17 (diff)
downloadedk2-platforms-7d839888ffce3572e8ef4b82e0811d82cd2bbd74.tar.xz
Remove the blank in function typedef, it will break doxygen document generation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5590 6f19259b-4bc3-4df7-8a09-765794883524
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
);