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
@ -27,42 +27,42 @@ typedef enum {
|
||||
} VAR_CHECK_PCD_CHECK_TYPE;
|
||||
|
||||
typedef struct {
|
||||
UINT16 Revision;
|
||||
UINT16 HeaderLength;
|
||||
UINT32 Length; // Length include this header
|
||||
UINT8 Type;
|
||||
UINT8 Reserved[3];
|
||||
UINT32 Attributes;
|
||||
EFI_GUID Guid;
|
||||
//CHAR16 Name[];
|
||||
UINT16 Revision;
|
||||
UINT16 HeaderLength;
|
||||
UINT32 Length; // Length include this header
|
||||
UINT8 Type;
|
||||
UINT8 Reserved[3];
|
||||
UINT32 Attributes;
|
||||
EFI_GUID Guid;
|
||||
// CHAR16 Name[];
|
||||
} VAR_CHECK_PCD_VARIABLE_HEADER;
|
||||
|
||||
typedef struct {
|
||||
UINT8 Type;
|
||||
UINT8 Length; // Length include this header
|
||||
UINT16 VarOffset;
|
||||
UINT8 StorageWidth;
|
||||
UINT8 Type;
|
||||
UINT8 Length; // Length include this header
|
||||
UINT16 VarOffset;
|
||||
UINT8 StorageWidth;
|
||||
} VAR_CHECK_PCD_VALID_DATA_HEADER;
|
||||
|
||||
typedef struct {
|
||||
UINT8 Type;
|
||||
UINT8 Length; // Length include this header
|
||||
UINT16 VarOffset;
|
||||
UINT8 StorageWidth;
|
||||
//UINTx Data[]; // x = UINT8/UINT16/UINT32/UINT64;
|
||||
UINT8 Type;
|
||||
UINT8 Length; // Length include this header
|
||||
UINT16 VarOffset;
|
||||
UINT8 StorageWidth;
|
||||
// UINTx Data[]; // x = UINT8/UINT16/UINT32/UINT64;
|
||||
} VAR_CHECK_PCD_VALID_LIST;
|
||||
|
||||
//typedef struct {
|
||||
// typedef struct {
|
||||
// UINTx Minimum; // x = UINT8/UINT16/UINT32/UINT64
|
||||
// UINTx Maximum; // x = UINT8/UINT16/UINT32/UINT64
|
||||
//} VAR_CHECK_PCD_VALID_RANGE_DATA;
|
||||
// } VAR_CHECK_PCD_VALID_RANGE_DATA;
|
||||
|
||||
typedef struct {
|
||||
UINT8 Type;
|
||||
UINT8 Length; // Length include this header
|
||||
UINT16 VarOffset;
|
||||
UINT8 StorageWidth;
|
||||
// VAR_CHECK_PCD_VALID_RANGE_DATA ValidRange[];
|
||||
UINT8 Type;
|
||||
UINT8 Length; // Length include this header
|
||||
UINT16 VarOffset;
|
||||
UINT8 StorageWidth;
|
||||
// VAR_CHECK_PCD_VALID_RANGE_DATA ValidRange[];
|
||||
} VAR_CHECK_PCD_VALID_RANGE;
|
||||
|
||||
#pragma pack ()
|
||||
|
Reference in New Issue
Block a user