From 3a03e95edaa617625feaf575f58a24d2add990ba Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 17 Aug 2016 16:51:55 +0800 Subject: MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces Cc: Jiewen Yao Cc: Michael D Kinney Cc: Amy Chan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao Reviewed-by: Michael Kinney Tested-by: Laszlo Ersek --- .../Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h') diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h b/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h index e540278483..9b150480db 100644 --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h @@ -1,7 +1,7 @@ /** @file - Support for S3 boot script lib. This file defined some internal macro and internal + Support for S3 boot script lib. This file defined some internal macro and internal data structure - + Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials @@ -50,7 +50,7 @@ #define PCI_ADDRESS_ENCODE(A) (UINTN)PCI_LIB_ADDRESS( \ ((((UINTN)(A))& 0xff000000) >> 24), ((((UINTN)(A)) &0x00ff0000) >> 16), ((((UINTN)(A)) & 0xff00) >> 8), ((RShiftU64 ((A), 32) & 0xfff) | ((A)& 0xff)) \ ) - + typedef union { @@ -73,8 +73,8 @@ typedef union { // typedef struct { UINT8 *TableBase; - UINT32 TableLength; // Record the actual memory length - UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table + UINT32 TableLength; // Record the actual memory length + UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table BOOLEAN InSmm; // Record if this library is in SMM. BOOLEAN AtRuntime; // Record if current state is after SmmExitBootServices or SmmLegacyBoot. UINT32 BootTimeScriptLength; // Maintain boot time script length in LockBox after SmmReadyToLock in SMM. -- cgit v1.2.3