From f3ac87a7f50897b6be1494685f8d111cbfa405dc Mon Sep 17 00:00:00 2001 From: czhang46 Date: Wed, 28 Nov 2012 08:49:21 +0000 Subject: Fix coding style issue Signed-off-by : Chao Zhang git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13976 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Include/Library/TpmMeasurementLib.h | 1 - SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/SecurityPkg/Include/Library/TpmMeasurementLib.h b/SecurityPkg/Include/Library/TpmMeasurementLib.h index 91693297db..45542f45ae 100644 --- a/SecurityPkg/Include/Library/TpmMeasurementLib.h +++ b/SecurityPkg/Include/Library/TpmMeasurementLib.h @@ -30,7 +30,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @retval EFI_OUT_OF_RESOURCES Out of memory. @retval EFI_DEVICE_ERROR The operation was unsuccessful. **/ - EFI_STATUS EFIAPI TpmMeasureAndLogData ( diff --git a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.c b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.c index 310ebfcff3..b4732bc6fb 100644 --- a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.c +++ b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.c @@ -42,7 +42,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @retval EFI_OUT_OF_RESOURCES Out of memory. @retval EFI_DEVICE_ERROR The operation was unsuccessful. **/ - EFI_STATUS Tpm12MeasureAndLogData ( IN UINT32 PcrIndex, @@ -109,7 +108,6 @@ Tpm12MeasureAndLogData ( @retval EFI_OUT_OF_RESOURCES Out of memory. @retval EFI_DEVICE_ERROR The operation was unsuccessful. **/ - EFI_STATUS EFIAPI TpmMeasureAndLogData ( -- cgit v1.2.3