ArmVirtPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the ArmVirtPkg 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: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
40b0b23ed3
commit
2b16a4fb91
@@ -11,12 +11,12 @@
|
||||
#ifndef EARLY_16550_UART_BASE_ADDRESS_H__
|
||||
#define EARLY_16550_UART_BASE_ADDRESS_H__
|
||||
|
||||
#define EARLY_16550_UART_BASE_ADDRESS_GUID { \
|
||||
#define EARLY_16550_UART_BASE_ADDRESS_GUID { \
|
||||
0xea67ca3e, 0x1f54, 0x436b, { \
|
||||
0x97, 0x88, 0xd4, 0xeb, 0x29, 0xc3, 0x42, 0x67 \
|
||||
} \
|
||||
}
|
||||
|
||||
extern EFI_GUID gEarly16550UartBaseAddressGuid;
|
||||
extern EFI_GUID gEarly16550UartBaseAddressGuid;
|
||||
|
||||
#endif // EARLY_16550_UART_BASE_ADDRESS_H__
|
||||
|
@@ -11,11 +11,11 @@
|
||||
#ifndef __EARLY_PL011_BASE_ADDRESS_H__
|
||||
#define __EARLY_PL011_BASE_ADDRESS_H__
|
||||
|
||||
#define EARLY_PL011_BASE_ADDRESS_GUID { \
|
||||
#define EARLY_PL011_BASE_ADDRESS_GUID {\
|
||||
0xB199DEA9, 0xFD5C, 0x4A84, \
|
||||
{ 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } \
|
||||
}
|
||||
|
||||
extern EFI_GUID gEarlyPL011BaseAddressGuid;
|
||||
extern EFI_GUID gEarlyPL011BaseAddressGuid;
|
||||
|
||||
#endif
|
||||
|
@@ -29,7 +29,7 @@
|
||||
VOID
|
||||
EFIAPI
|
||||
ArmVirtGetMemoryMap (
|
||||
OUT ARM_MEMORY_REGION_DESCRIPTOR **VirtualMemoryMap
|
||||
OUT ARM_MEMORY_REGION_DESCRIPTOR **VirtualMemoryMap
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user