]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Ip4Dxe: Refine the coding style.
authorJiaxin Wu <Jiaxin.wu@intel.com>
Mon, 17 Sep 2018 03:10:57 +0000 (11:10 +0800)
committerJiaxin Wu <Jiaxin.wu@intel.com>
Tue, 18 Sep 2018 01:30:57 +0000 (09:30 +0800)
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1180
Remove the trailing white spaces.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
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