From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 44B1E2113A0FF for ; Mon, 17 Sep 2018 18:27:35 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Sep 2018 18:27:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,387,1531810800"; d="scan'208";a="70808328" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 17 Sep 2018 18:27:22 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 17 Sep 2018 18:27:23 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 17 Sep 2018 18:27:22 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.226]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.150]) with mapi id 14.03.0319.002; Tue, 18 Sep 2018 09:27:21 +0800 From: "Bi, Dandan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Fu, Siyuan" Thread-Topic: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style. Thread-Index: AQHUTjRyjs1TbIvRGEaend9kLqN16KT1QMYg Date: Tue, 18 Sep 2018 01:27:20 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3BB76B5A@shsmsx102.ccr.corp.intel.com> References: <20180917031337.13960-1-Jiaxin.wu@intel.com> In-Reply-To: <20180917031337.13960-1-Jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2018 01:27:35 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: Wu, Jiaxin=20 Sent: Monday, September 17, 2018 11:14 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Bi, Dan= dan ; Wu, Jiaxin Subject: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1180 Remove the trailing white spaces. Cc: Ye Ting Cc: Fu Siyuan Cc: Bi Dandan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin --- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c b/MdeModulePkg= /Universal/Network/Ip4Dxe/Ip4Impl.c index b1af5294fb..4cb3b32688 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c @@ -673,13 +673,13 @@ Ip4ConfigProtocol ( =20 // // Add a route to this connected network in the instance route table. // Ip4AddRoute ( - IpInstance->RouteTable,=20 - Ip & Netmask,=20 - Netmask,=20 + IpInstance->RouteTable, + Ip & Netmask, + Netmask, IP4_ALLZERO_ADDRESS ); } else { // // Use the default address. Check the state. --=20 2.17.1.windows.2