diff options
author | czhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-11-28 08:49:21 +0000 |
---|---|---|
committer | czhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-11-28 08:49:21 +0000 |
commit | f3ac87a7f50897b6be1494685f8d111cbfa405dc (patch) | |
tree | fc6fab6b82e31e1f7b408d86629c6ed8d7481879 /SecurityPkg/Include | |
parent | c11d47b80bc5a52e58410e0e8b5e3d0ca5ce6edc (diff) | |
download | edk2-platforms-f3ac87a7f50897b6be1494685f8d111cbfa405dc.tar.xz |
Fix coding style issue
Signed-off-by : Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13976 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Include')
-rw-r--r-- | SecurityPkg/Include/Library/TpmMeasurementLib.h | 1 |
1 files changed, 0 insertions, 1 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 (
|