From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 CD72421DFA8F2 for ; Thu, 6 Apr 2017 14:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491515802; x=1523051802; h=from:to:cc:subject:date:message-id; bh=OE4L8J42jaYwmdaoTNyp2bxU4Y5753zIYNeR2nUfnMY=; b=gHfTY4o96tE8pMRMdI3WtNSnpIGsiQq1CGMPg90jKVorXamfBEI2CiIl vbGo4CJud5tvZ0g3xKVaVGhQbb7nmQ==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 14:56:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,161,1488873600"; d="scan'208";a="1116566581" Received: from mdkinney-mobl.amr.corp.intel.com ([10.255.230.147]) by orsmga001.jf.intel.com with ESMTP; 06 Apr 2017 14:56:41 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Thu, 6 Apr 2017 14:56:22 -0700 Message-Id: <1491515783-6496-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-FdfSpecification PATCH] Fix conditional statement examples 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: Thu, 06 Apr 2017 21:56:42 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=373 * Removge space between !if and else * Add $() around BARFOO Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney GitHub branch for review: https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_373_FixConditionExamples GitHub branch compare against latest DRAFT for review: https://github.com/tianocore-docs/edk2-FdfSpecification/compare/master...mdkinney:Bugzilla_373_FixConditionExamples?w=1 Michael Kinney (1): Fix conditional statement examples 2_fdf_design_discussion/22_flash_description_file_format.md | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) -- 2.6.3.windows.1