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
This commit is contained in:
@@ -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_OUT_OF_RESOURCES Out of memory.
|
||||||
@retval EFI_DEVICE_ERROR The operation was unsuccessful.
|
@retval EFI_DEVICE_ERROR The operation was unsuccessful.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
TpmMeasureAndLogData (
|
TpmMeasureAndLogData (
|
||||||
|
@@ -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_OUT_OF_RESOURCES Out of memory.
|
||||||
@retval EFI_DEVICE_ERROR The operation was unsuccessful.
|
@retval EFI_DEVICE_ERROR The operation was unsuccessful.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
Tpm12MeasureAndLogData (
|
Tpm12MeasureAndLogData (
|
||||||
IN UINT32 PcrIndex,
|
IN UINT32 PcrIndex,
|
||||||
@@ -109,7 +108,6 @@ Tpm12MeasureAndLogData (
|
|||||||
@retval EFI_OUT_OF_RESOURCES Out of memory.
|
@retval EFI_OUT_OF_RESOURCES Out of memory.
|
||||||
@retval EFI_DEVICE_ERROR The operation was unsuccessful.
|
@retval EFI_DEVICE_ERROR The operation was unsuccessful.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
TpmMeasureAndLogData (
|
TpmMeasureAndLogData (
|
||||||
|
Reference in New Issue
Block a user