MdePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdePkg 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
1436aea4d5
commit
2f88bd3a12
@@ -19,7 +19,7 @@
|
||||
0xf4ccbfb7, 0xf6e0, 0x47fd, {0x9d, 0xd4, 0x10, 0xa8, 0xf1, 0x50, 0xc1, 0x91 } \
|
||||
}
|
||||
|
||||
typedef struct _EFI_MM_BASE_PROTOCOL EFI_MM_BASE_PROTOCOL;
|
||||
typedef struct _EFI_MM_BASE_PROTOCOL EFI_MM_BASE_PROTOCOL;
|
||||
|
||||
/**
|
||||
Service to indicate whether the driver is currently executing in the MM Initialization phase.
|
||||
@@ -71,11 +71,10 @@ EFI_STATUS
|
||||
/// services and determine whether the driver is being invoked inside MMRAM or outside of MMRAM.
|
||||
///
|
||||
struct _EFI_MM_BASE_PROTOCOL {
|
||||
EFI_MM_INSIDE_OUT InMm;
|
||||
EFI_MM_GET_MMST_LOCATION GetMmstLocation;
|
||||
EFI_MM_INSIDE_OUT InMm;
|
||||
EFI_MM_GET_MMST_LOCATION GetMmstLocation;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiMmBaseProtocolGuid;
|
||||
extern EFI_GUID gEfiMmBaseProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user