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 5725821AE30CC for ; Mon, 12 Jun 2017 11:35:13 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 12 Jun 2017 11:36:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,334,1493708400"; d="scan'208";a="273290864" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.52]) by fmsmga004.fm.intel.com with ESMTP; 12 Jun 2017 11:36:26 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Laszlo Ersek , Liming Gao , Kevin W Shaw Date: Mon, 12 Jun 2017 11:36:20 -0700 Message-Id: <1497292581-47804-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-CCodingStandardsSpecification PATCH] Clarify format of multi-line function calls 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: Mon, 12 Jun 2017 18:35:13 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=425 GitHub branch for review: * https://github.com/mdkinney/edk2-CCodingStandardsSpecification/tree/Bugzilla_425_ClarifyMultiLineFunctionCallFormat GitHub word diff view of the patches in this series: * [1/1] https://github.com/mdkinney/edk2-CCodingStandardsSpecification/commit/3228a456259e0c183799dcd1bfbaf39d4fe65f72?w=1 Cc: Laszlo Ersek Cc: Liming Gao Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Michael Kinney (1): Clarify format of multi-line function calls 5_source_files/52_spacing.md | 15 ++++------ README.md | 69 ++++++++++++++++++++++---------------------- 2 files changed, 41 insertions(+), 43 deletions(-) -- 2.6.3.windows.1