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.100; helo=mga07.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org 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 6372E20356240 for ; Mon, 4 Dec 2017 21:13:41 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Dec 2017 21:18:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,362,1508828400"; d="scan'208";a="9146827" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.10]) by FMSMGA003.fm.intel.com with ESMTP; 04 Dec 2017 21:18:09 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Liming Gao , Ruiyu Ni , Star Zeng , Eric Dong , Dandan Bi Date: Tue, 5 Dec 2017 13:18:07 +0800 Message-Id: <20171205051809.10564-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH 0/2] MdeModulePkg: Remove unnecessary parentheses in 'if' X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 05:13:41 -0000 The series removes unnecessary parentheses in 'if' statements. Cc: Liming Gao Cc: Ruiyu Ni Cc: Star Zeng Cc: Eric Dong Cc: Dandan Bi Hao Wu (2): MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if' MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if' MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c | 2 +- MdeModulePkg/Universal/DisplayEngineDxe/Popup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.12.0.windows.1