MdeModulePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdeModulePkg 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: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
7c7184e201
commit
1436aea4d5
@@ -23,20 +23,20 @@
|
||||
#pragma pack(1)
|
||||
|
||||
typedef struct {
|
||||
EFI_PHYSICAL_ADDRESS BootScriptExecutorEntrypoint;
|
||||
EFI_PHYSICAL_ADDRESS BootScriptExecutorEntrypoint;
|
||||
} BOOT_SCRIPT_EXECUTOR_VARIABLE;
|
||||
|
||||
#pragma pack()
|
||||
|
||||
#define BOOT_SCRIPT_EXECUTOR_VARIABLE_NAME L"BootScriptExecutorVariable"
|
||||
|
||||
extern EFI_GUID gEfiBootScriptExecutorVariableGuid;
|
||||
extern EFI_GUID gEfiBootScriptExecutorVariableGuid;
|
||||
|
||||
#define EFI_BOOT_SCRIPT_EXECUTOR_CONTEXT_GUID \
|
||||
{ \
|
||||
0x79cb58c4, 0xac51, 0x442f, {0xaf, 0xd7, 0x98, 0xe4, 0x7d, 0x2e, 0x99, 0x8} \
|
||||
}
|
||||
|
||||
extern EFI_GUID gEfiBootScriptExecutorContextGuid;
|
||||
extern EFI_GUID gEfiBootScriptExecutorContextGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user