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:
parent
165c00599e
commit
11e058ec75
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user