MdeModulePkg/Ip4Dxe: Refine the coding style.

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>
This commit is contained in:
Jiaxin Wu 2018-09-17 11:10:57 +08:00
parent cde5a72d36
commit 1737b7e3b4
1 changed files with 3 additions and 3 deletions

View File

@ -675,9 +675,9 @@ Ip4ConfigProtocol (
// Add a route to this connected network in the instance route table.
//
Ip4AddRoute (
IpInstance->RouteTable,
Ip & Netmask,
Netmask,
IpInstance->RouteTable,
Ip & Netmask,
Netmask,
IP4_ALLZERO_ADDRESS
);
} else {