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:
		| @@ -130,7 +130,7 @@ FindCbMemTable ( | ||||
|   IN  UINT32             TableId, | ||||
|   OUT VOID               **pMemTable, | ||||
|   OUT UINT32             *pMemTableSize | ||||
| ) | ||||
|   ) | ||||
| { | ||||
|   UINTN                Idx; | ||||
|   BOOLEAN              IsImdEntry; | ||||
| @@ -139,7 +139,6 @@ FindCbMemTable ( | ||||
|   if ((Root == NULL) || (pMemTable == NULL)) { | ||||
|     return RETURN_INVALID_PARAMETER; | ||||
|   } | ||||
| 		 | ||||
|   // | ||||
|   // Check if the entry is CBMEM or IMD | ||||
|   // and handle them separately | ||||
| @@ -578,4 +577,3 @@ CbParseFbInfo ( | ||||
|   return RETURN_SUCCESS; | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user