[libcamera-devel] [PATCH v2 3/6] docs: coding-style: Change full stop to colon

Marvin Schmidt marvin.schmidt1987 at gmail.com
Fri Jun 5 10:26:15 CEST 2020


Signed-off-by: Marvin Schmidt <marvin.schmidt1987 at gmail.com>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 Documentation/coding-style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
index dfbbf28..7acba37 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
-- 
2.26.2



More information about the libcamera-devel mailing list