From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 F3A198197F for ; Wed, 4 Jan 2017 21:19:54 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 04 Jan 2017 21:19:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,319,1477983600"; d="scan'208";a="1090109939" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 04 Jan 2017 21:19:54 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 21:19:54 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 21:19:54 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 13:19:52 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" , "Long, Qin" , "Gao, Liming" Thread-Topic: [Patch 0/2] Refine the coding style. Thread-Index: AQHSZwcI+lcVJk180kqYyNQKfJx5wqEpWJCQ Date: Thu, 5 Jan 2017 05:19:51 +0000 Message-ID: References: <1483588295-194860-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1483588295-194860-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] Refine the coding style. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 05:19:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting =20 -----Original Message----- From: Wu, Jiaxin=20 Sent: Thursday, January 05, 2017 11:52 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Long, Q= in ; Gao, Liming ; Wu, Jiaxin Subject: [Patch 0/2] Refine the coding style. Cc: Ye Ting Cc: Fu Siyuan Cc: Long Qin Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (2): MdePkg, NetworkPkg: Refine the coding style. CryptoPkg/TlsLib: Refine the coding style. CryptoPkg/Library/TlsLib/TlsConfig.c | 4 ++-- CryptoPkg/Library/TlsLib/TlsProcess.c | 4 ++-- MdePkg/Include/IndustryS= tandard/Tls1.h | 10 +++++----- NetworkPkg/HttpDxe/HttpProto.c | 4 ++-- NetworkPkg/HttpDxe/HttpsSupport.c | 16 ++++++++-------- NetworkPkg/TlsDxe/TlsImpl.c | 6 +++--- NetworkPkg/TlsDxe/TlsProtocol.c | 4 ++-- 7 files changed, 24 insertions(+), 24 deletions(-) -- 1.9.5.msysgit.1