CorebootModulePkg/CbParseLib: Remove tab and spaces

Replace tab with space. Remove the sapce at the end of lines.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Dong <guo.dong@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17485 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Guo Dong 2015-05-20 08:26:19 +00:00 committed by gdong1
parent 165c00599e
commit 11e058ec75

View File

@ -130,7 +130,7 @@ FindCbMemTable (
IN UINT32 TableId, IN UINT32 TableId,
OUT VOID **pMemTable, OUT VOID **pMemTable,
OUT UINT32 *pMemTableSize OUT UINT32 *pMemTableSize
) )
{ {
UINTN Idx; UINTN Idx;
BOOLEAN IsImdEntry; BOOLEAN IsImdEntry;
@ -139,7 +139,6 @@ FindCbMemTable (
if ((Root == NULL) || (pMemTable == NULL)) { if ((Root == NULL) || (pMemTable == NULL)) {
return RETURN_INVALID_PARAMETER; return RETURN_INVALID_PARAMETER;
} }
// //
// Check if the entry is CBMEM or IMD // Check if the entry is CBMEM or IMD
// and handle them separately // and handle them separately
@ -578,4 +577,3 @@ CbParseFbInfo (
return RETURN_SUCCESS; return RETURN_SUCCESS;
} }