From c3c0afd94b37bfe7f85e64f6550adc82cecfa781 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Fri, 5 Jun 2020 10:26:15 +0200 Subject: docs: coding-style: Change full stop to colon Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- Documentation/coding-style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index dfbbf28d..7acba37b 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -70,7 +70,7 @@ macro. For .cpp files, if the file implements an API declared in a header file, that header file shall be included first in order to ensure it is self-contained. -The headers shall be grouped and ordered as follows. +The headers shall be grouped and ordered as follows: 1. The header declaring the API being implemented (if any) 2. The C and C++ system and standard library headers -- cgit v1.2.1