NetworkPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the NetworkPkg 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: Maciej Rabeda <maciej.rabeda@linux.intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
2f88bd3a12
commit
d1050b9dff
@@ -12,8 +12,8 @@
|
||||
|
||||
#include "WifiConnectionMgrConfigNVDataStruct.h"
|
||||
|
||||
extern UINT8 WifiConnectionManagerDxeBin[];
|
||||
extern UINT8 WifiConnectionManagerDxeStrings[];
|
||||
extern UINT8 WifiConnectionManagerDxeBin[];
|
||||
extern UINT8 WifiConnectionManagerDxeStrings[];
|
||||
|
||||
typedef struct {
|
||||
UINT32 Signature;
|
||||
@@ -40,7 +40,7 @@ typedef struct {
|
||||
CHAR16 PrivateKeyName[WIFI_FILENAME_STR_MAX_SIZE];
|
||||
VOID *PrivateKeyData;
|
||||
UINTN PrivateKeyDataSize;
|
||||
CHAR16 PrivateKeyPassword[PASSWORD_STORAGE_SIZE]; //Password to protect private key file
|
||||
CHAR16 PrivateKeyPassword[PASSWORD_STORAGE_SIZE]; // Password to protect private key file
|
||||
CHAR16 EapIdentity[EAP_IDENTITY_SIZE];
|
||||
CHAR16 EapPassword[PASSWORD_STORAGE_SIZE];
|
||||
UINT8 EapSecondAuthMethod;
|
||||
@@ -60,8 +60,8 @@ typedef struct {
|
||||
/// HII specific Vendor Device Path definition.
|
||||
///
|
||||
typedef struct {
|
||||
VENDOR_DEVICE_PATH VendorDevicePath;
|
||||
EFI_DEVICE_PATH_PROTOCOL End;
|
||||
VENDOR_DEVICE_PATH VendorDevicePath;
|
||||
EFI_DEVICE_PATH_PROTOCOL End;
|
||||
} HII_VENDOR_DEVICE_PATH;
|
||||
#pragma pack()
|
||||
|
||||
|
Reference in New Issue
Block a user