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.120; helo=mga04.intel.com; envelope-from=jian.j.wang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 1DBAE211D680C for ; Fri, 8 Mar 2019 00:56:01 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2019 00:56:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,455,1544515200"; d="scan'208";a="123731012" Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.28]) by orsmga008.jf.intel.com with ESMTP; 08 Mar 2019 00:55:59 -0800 From: Jian J Wang To: edk2-devel@lists.01.org Cc: Yao Jiewen , Zhang, Chao B , Laszlo Ersek Date: Fri, 8 Mar 2019 16:55:54 +0800 Message-Id: <20190308085554.5236-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 MIME-Version: 1.0 Subject: [PATCH] Maintainers.txt: remove unexpected unicode BOM 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: Fri, 08 Mar 2019 08:56:02 -0000 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit The BOM was introduced by commit 6c05b958df532345a35b418b05effcf7fd51fc4e accidentally. Cc: Yao Jiewen Cc: Zhang, Chao B Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 08a676b236..61c57587a6 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -1,4 +1,4 @@ -EDK II Maintainers +EDK II Maintainers ================== This file provides information about the primary maintainers for -- 2.17.1.windows.2