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
@@ -38,7 +38,7 @@ typedef struct {
|
||||
///
|
||||
/// Designates whether this handler should be invoked upon entry or exit.
|
||||
///
|
||||
EFI_POWER_BUTTON_PHASE Phase;
|
||||
EFI_POWER_BUTTON_PHASE Phase;
|
||||
} EFI_MM_POWER_BUTTON_REGISTER_CONTEXT;
|
||||
|
||||
typedef struct _EFI_MM_POWER_BUTTON_DISPATCH_PROTOCOL EFI_MM_POWER_BUTTON_DISPATCH_PROTOCOL;
|
||||
@@ -101,11 +101,10 @@ EFI_STATUS
|
||||
/// This protocol provides the parent dispatch service for the power button MMI source generator.
|
||||
///
|
||||
struct _EFI_MM_POWER_BUTTON_DISPATCH_PROTOCOL {
|
||||
EFI_MM_POWER_BUTTON_REGISTER Register;
|
||||
EFI_MM_POWER_BUTTON_UNREGISTER UnRegister;
|
||||
EFI_MM_POWER_BUTTON_REGISTER Register;
|
||||
EFI_MM_POWER_BUTTON_UNREGISTER UnRegister;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiMmPowerButtonDispatchProtocolGuid;
|
||||
extern EFI_GUID gEfiMmPowerButtonDispatchProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user