diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index fbf05aa931..d1e96795c7 100644 --- a/Documentation/NuttXCCodingStandard.html +++ b/Documentation/NuttXCCodingStandard.html @@ -33,7 +33,7 @@ 1.2 Lines
1.3 Comments
1.4 Braces
- 1.5 Indentation
+ 1.5
Indentation
1.6 Parentheses
2.0 Data and Type Definitions @@ -88,7 +88,7 @@

File Extensions Use the .h extension for C header files and .c for C source files. -

+

File header. Every C, C++, make file, or script begins with a file header.