From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kovacevic, Marko" Subject: Re: [PATCH] doc: clarify spaces for alignment note Date: Mon, 25 Mar 2019 11:36:56 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66020AC352@IRSMSX104.ger.corp.intel.com> References: <20190311183939.21166-1-ktraynor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Kevin Traynor , "Mcnamara, John" , "Yigit, Ferruh" , "dev@dpdk.org" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 02B5411A4 for ; Mon, 25 Mar 2019 12:36:59 +0100 (CET) In-Reply-To: <20190311183939.21166-1-ktraynor@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Subject: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note >=20 > Make clear that spaces are only for alignments less than tab size. >=20 > Signed-off-by: Kevin Traynor > --- > doc/guides/contributing/coding_style.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/contributing/coding_style.rst > b/doc/guides/contributing/coding_style.rst > index d96698a73..dd7ddc21e 100644 > --- a/doc/guides/contributing/coding_style.rst > +++ b/doc/guides/contributing/coding_style.rst > @@ -348,5 +348,5 @@ General > .. note:: >=20 > - Global whitespace rule in DPDK, use tabs for indentation, spaces for > alignment. > + Global whitespace rule in DPDK, use tabs for indentation, spaces for > smaller alignments. >=20 > * Do not put any spaces before a tab for indentation. Acked-by: Marko Kovacevic