]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
MdeModulePkg/Ip4Dxe: Refine the coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Impl.c
index b1af5294fbc08d649231772f4069ed2a02bb68ea..4cb3b326880dc82aadbc42e8c543507b12dad883 100644 (file)
@@ -675,9 +675,9 @@ Ip4ConfigProtocol (
     // Add a route to this connected network in the instance route table.\r
     //\r
     Ip4AddRoute (\r
-      IpInstance->RouteTable, \r
-      Ip & Netmask, \r
-      Netmask, \r
+      IpInstance->RouteTable,\r
+      Ip & Netmask,\r
+      Netmask,\r
       IP4_ALLZERO_ADDRESS\r
       );\r
   } else {\r