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
@@ -14,12 +14,13 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
0xb1ee129e, 0xda36, 0x4181, { 0x91, 0xf8, 0x4, 0xa4, 0x92, 0x37, 0x66, 0xa7 } \
|
||||
}
|
||||
|
||||
typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL;
|
||||
typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL;
|
||||
|
||||
//
|
||||
// Prototypes for the Driver Family Override Protocol
|
||||
//
|
||||
//
|
||||
|
||||
/**
|
||||
This function returns the version value associated with the driver specified by This.
|
||||
|
||||
@@ -52,9 +53,9 @@ UINT32
|
||||
/// Bus Specific Driver Override Protocol.
|
||||
///
|
||||
struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL {
|
||||
EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;
|
||||
EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid;
|
||||
extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user