From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=siyuan.fu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 B8C1C2097E25C for ; Wed, 31 Oct 2018 18:25:49 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2018 18:25:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,450,1534834800"; d="scan'208";a="88565018" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 31 Oct 2018 18:25:48 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 31 Oct 2018 18:25:48 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0415.000; Thu, 1 Nov 2018 09:25:46 +0800 From: "Fu, Siyuan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH v1] NetworkPkg/Mtftp6Dxe: Remove the trailing white spaces. Thread-Index: AQHUcPYdl0bLBYJ+J0mEO9j27uEzYqU6Iatg Date: Thu, 1 Nov 2018 01:25:46 +0000 Message-ID: References: <20181031084531.18004-1-Jiaxin.wu@intel.com> In-Reply-To: <20181031084531.18004-1-Jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjJmNjcwMzctNGE5Yi00YWEwLTg1YzQtODU1OGM4NDU4Nzg4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMHY5THd0UWV2U0grcVNVOGcrMWhITmJGUXF1RlN3VGdlWFRVWm9wSjdmZFF2ZGpKa0lGUklDbE5nd0JVMmo0ayJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v1] NetworkPkg/Mtftp6Dxe: Remove the trailing white spaces. 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: Thu, 01 Nov 2018 01:25:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Fu Siyuan > -----Original Message----- > From: Wu, Jiaxin > Sent: Wednesday, October 31, 2018 4:46 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Wu, Jiaxin > Subject: [PATCH v1] NetworkPkg/Mtftp6Dxe: Remove the trailing white space= s. >=20 > Cc: Fu Siyuan > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Wu Jiaxin > --- > NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h > b/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h > index 57f4cb6f5d..f0279daca3 100644 > --- a/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h > +++ b/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h > @@ -84,11 +84,11 @@ struct _MTFTP6_INSTANCE { >=20 > // > // Record the total received and saved block number. > // > UINT64 TotalBlock; > - > + > // > // Record the acked block number. > // > UINT64 AckedBlock; >=20 > -- > 2.17.1.windows.2