docs: coding-style: Change full stop to colon
Signed-off-by: Marvin Schmidt <marvin.schmidt1987@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
e18c7a14a3
commit
c3c0afd94b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue