]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Ip4Config.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / Ip4Config.h
index 08e716c9fbb125a9f6bc1ce66635f28ca11aabd6..89b07e45547dcf7936dddab0912d438bfb17db74 100644 (file)
@@ -9,6 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
   This Protocol is introduced in UEFI Specification 2.0.\r
 \r
 **/\r
+\r
 #ifndef __EFI_IP4CONFIG_PROTOCOL_H__\r
 #define __EFI_IP4CONFIG_PROTOCOL_H__\r
 \r
@@ -36,23 +37,22 @@ typedef struct {
   ///\r
   /// Default station IP address, stored in network byte order.\r
   ///\r
-  EFI_IPv4_ADDRESS             StationAddress;\r
+  EFI_IPv4_ADDRESS       StationAddress;\r
   ///\r
   /// Default subnet mask, stored in network byte order.\r
   ///\r
-  EFI_IPv4_ADDRESS             SubnetMask;\r
+  EFI_IPv4_ADDRESS       SubnetMask;\r
   ///\r
   /// Number of entries in the following RouteTable. May be zero.\r
   ///\r
-  UINT32                       RouteTableSize;\r
+  UINT32                 RouteTableSize;\r
   ///\r
   /// Default routing table data (stored in network byte order).\r
   /// Ignored if RouteTableSize is zero.\r
   ///\r
-  EFI_IP4_ROUTE_TABLE          *RouteTable;\r
+  EFI_IP4_ROUTE_TABLE    *RouteTable;\r
 } EFI_IP4_IPCONFIG_DATA;\r
 \r
-\r
 /**\r
   Starts running the configuration policy for the EFI IPv4 Protocol driver.\r
 \r
@@ -166,11 +166,11 @@ EFI_STATUS
 /// configurations for the EFI IPv4 Protocol driver.\r
 ///\r
 struct _EFI_IP4_CONFIG_PROTOCOL {\r
-  EFI_IP4_CONFIG_START         Start;\r
-  EFI_IP4_CONFIG_STOP          Stop;\r
-  EFI_IP4_CONFIG_GET_DATA      GetData;\r
+  EFI_IP4_CONFIG_START       Start;\r
+  EFI_IP4_CONFIG_STOP        Stop;\r
+  EFI_IP4_CONFIG_GET_DATA    GetData;\r
 };\r
 \r
-extern EFI_GUID gEfiIp4ConfigProtocolGuid;\r
+extern EFI_GUID  gEfiIp4ConfigProtocolGuid;\r
 \r
 #endif\r