ArmPlatformPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the ArmPlatformPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Andrew Fish <afish@apple.com>
This commit is contained in:
		
				
					committed by
					
						![mergify[bot]](/avatar/e3df20cd7a67969c41a65f03bea54961?size=40) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							429309e0c6
						
					
				
				
					commit
					40b0b23ed3
				
			| @@ -10,10 +10,10 @@ | ||||
| #define _NORFLASHPLATFORMLIB_H_ | ||||
|  | ||||
| typedef struct { | ||||
|   UINTN       DeviceBaseAddress;    // Start address of the Device Base Address (DBA) | ||||
|   UINTN       RegionBaseAddress;    // Start address of one single region | ||||
|   UINTN       Size; | ||||
|   UINTN       BlockSize; | ||||
|   UINTN    DeviceBaseAddress;       // Start address of the Device Base Address (DBA) | ||||
|   UINTN    RegionBaseAddress;       // Start address of one single region | ||||
|   UINTN    Size; | ||||
|   UINTN    BlockSize; | ||||
| } NOR_FLASH_DESCRIPTION; | ||||
|  | ||||
| EFI_STATUS | ||||
| @@ -23,8 +23,8 @@ NorFlashPlatformInitialization ( | ||||
|  | ||||
| EFI_STATUS | ||||
| NorFlashPlatformGetDevices ( | ||||
|   OUT NOR_FLASH_DESCRIPTION   **NorFlashDescriptions, | ||||
|   OUT UINT32                  *Count | ||||
|   OUT NOR_FLASH_DESCRIPTION  **NorFlashDescriptions, | ||||
|   OUT UINT32                 *Count | ||||
|   ); | ||||
|  | ||||
| #endif /* _NORFLASHPLATFORMLIB_H_ */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user