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

Signed-off-by: Kevin Traynor <ktray...@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

Reply via email to