From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 89BB321BB253A for ; Mon, 12 Jun 2017 14:38:09 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2017 14:39:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,335,1493708400"; d="scan'208";a="273352241" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.52]) by fmsmga004.fm.intel.com with ESMTP; 12 Jun 2017 14:39:22 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Laszlo Ersek , Jordan Justen , Liming Gao , Kevin W Shaw Date: Mon, 12 Jun 2017 14:39:12 -0700 Message-Id: <1497303553-19160-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-CCodingStandardsSpecification PATCH V2] 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 21:38:09 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=425 GitHub branch for review: * https://github.com/mdkinney/edk2-CCodingStandardsSpecification/tree/Bugzilla_425_ClarifyMultiLineFunctionCallFormat_V2 GitHub word diff view of the patches in this series: * [1/1] https://github.com/mdkinney/edk2-CCodingStandardsSpecification/commit/880dd46e2068a06c87df128aa4955735ec7a07dc?w=1 Cc: Laszlo Ersek Cc: Jordan Justen 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 | 34 ++++++++++++++++------ README.md | 69 ++++++++++++++++++++++---------------------- 2 files changed, 60 insertions(+), 43 deletions(-) -- 2.6.3.windows.1