From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: dandan.bi@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Sun, 08 Sep 2019 18:25:28 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2019 18:25:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,483,1559545200"; d="scan'208";a="186361256" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 08 Sep 2019 18:25:26 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Sep 2019 18:25:05 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.146]) with mapi id 14.03.0439.000; Mon, 9 Sep 2019 09:25:03 +0800 From: "Dandan Bi" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Gao, Liming" Subject: Re: [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line Thread-Topic: [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line Thread-Index: AQHVZNbc8lnZHYXDQEu+sDJVh3tCGacikQ0Q Date: Mon, 9 Sep 2019 01:25:03 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB40C58118@SHSMSX104.ccr.corp.intel.com> References: <20190906171622.25128-1-shenglei.zhang@intel.com> <20190906171622.25128-2-shenglei.zhang@intel.com> In-Reply-To: <20190906171622.25128-2-shenglei.zhang@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 Return-Path: dandan.bi@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi > -----Original Message----- > From: Zhang, Shenglei > Sent: Saturday, September 7, 2019 1:16 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Gao, Liming > Subject: [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line >=20 > The original the of last line is '/r'. Now update it to '/r/n'. >=20 > Cc: Dandan Bi > Cc: Liming Gao > Signed-off-by: Shenglei Zhang > --- > v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'. > The v1 patch is "UserInterfaceFeaturePkg:Remove white ending line in = DSC > file". >=20 > .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git > a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > index e97bed53..6c5f77b5 100644 > --- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > +++ > b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > @@ -77,4 +77,4 @@ > UserInterfaceFeaturePkg/UserAuthentication/UserAuthenticationSmm.inf >=20 > [BuildOptions] > - *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES \ No > newline at end of file > + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > -- > 2.18.0.windows.1