[dpdk-dev] [PATCH] doc: clarify spaces for alignment note

Kevin Traynor ktraynor at redhat.com
Mon Mar 11 19:39:39 CET 2019


Make clear that spaces are only for alignments less than tab size.

Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
---
 doc/guides/contributing/coding_style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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::
 
-	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.
 
 * Do not put any spaces before a tab for indentation.
-- 
2.20.1



More information about the dev mailing list