From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9799E2195408B for ; Mon, 24 Apr 2017 18:10:10 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2017 18:10:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,247,1488873600"; d="scan'208,217";a="93697949" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.36]) by fmsmga006.fm.intel.com with ESMTP; 24 Apr 2017 18:10:10 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Mon, 24 Apr 2017 18:10:03 -0700 Message-Id: <1493082606-9348-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1493082606-9348-1-git-send-email-michael.d.kinney@intel.com> References: <1493082606-9348-1-git-send-email-michael.d.kinney@intel.com> Subject: [ edk2-DecSpecification PATCH 1/4] Remove trailing spaces from README.MD 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, 25 Apr 2017 01:10:10 -0000 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b69a091..8f37a7e 100644 --- a/README.md +++ b/README.md @@ -29,24 +29,24 @@ --> - + -### {{ book.title }} +### {{ book.title }} -{% if book.draft %} -** DRAFT FOR REVIEW ** -{% else %} -** {{ book.version }} ** -{% endif %} +{% if book.draft %} +** DRAFT FOR REVIEW ** +{% else %} +** {{ book.version }} ** +{% endif %} -** {{ gitbook.time|date('MM/DD/YYYY hh:mm:ss') }} ** - -{% if book.udkrelease %} -** {{ book.udkrelease }} ** -{% endif %} +** {{ gitbook.time|date('MM/DD/YYYY hh:mm:ss') }} ** +{% if book.udkrelease %} +** {{ book.udkrelease }} ** +{% endif %} -### Acknowledgements + +### Acknowledgements Redistribution and use in source (original document form) and 'compiled' forms (converted to PDF, epub, HTML and other formats) with or without @@ -74,7 +74,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2007-2017, Intel Corporation. All rights reserved. -### Revision History +### Revision History | Revision | Revision History | Date | | ---------- | ------------------------------------------------------------------------------------------------------------------------- | --------------- | -- 2.6.3.windows.1