]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfig.h
NetworkPkg: Apply uncrustify changes
[mirror_edk2.git] / NetworkPkg / WifiConnectionManagerDxe / WifiConnectionMgrConfig.h
index f179fbc4efd57353d7af3552a5957095149466cd..a1ed09af71aaa3cede226d4f0926f25475926c99 100644 (file)
@@ -3,13 +3,7 @@
 \r
   Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -18,8 +12,8 @@
 \r
 #include "WifiConnectionMgrConfigNVDataStruct.h"\r
 \r
-extern UINT8        WifiConnectionManagerDxeBin[];\r
-extern UINT8        WifiConnectionManagerDxeStrings[];\r
+extern UINT8  WifiConnectionManagerDxeBin[];\r
+extern UINT8  WifiConnectionManagerDxeStrings[];\r
 \r
 typedef struct {\r
   UINT32               Signature;\r
@@ -46,7 +40,7 @@ typedef struct {
   CHAR16               PrivateKeyName[WIFI_FILENAME_STR_MAX_SIZE];\r
   VOID                 *PrivateKeyData;\r
   UINTN                PrivateKeyDataSize;\r
-  CHAR16               PrivateKeyPassword[PASSWORD_STORAGE_SIZE];    //Password to protect private key file\r
+  CHAR16               PrivateKeyPassword[PASSWORD_STORAGE_SIZE];    // Password to protect private key file\r
   CHAR16               EapIdentity[EAP_IDENTITY_SIZE];\r
   CHAR16               EapPassword[PASSWORD_STORAGE_SIZE];\r
   UINT8                EapSecondAuthMethod;\r
@@ -66,8 +60,8 @@ typedef struct {
 /// HII specific Vendor Device Path definition.\r
 ///\r
 typedef struct {\r
-  VENDOR_DEVICE_PATH               VendorDevicePath;\r
-  EFI_DEVICE_PATH_PROTOCOL         End;\r
+  VENDOR_DEVICE_PATH          VendorDevicePath;\r
+  EFI_DEVICE_PATH_PROTOCOL    End;\r
 } HII_VENDOR_DEVICE_PATH;\r
 #pragma pack()\r
 \r