From 1b53c9dd33d2f3fd58c92b4eefaf737c92dfdcf3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Mar 2016 14:51:29 -0600 Subject: [PATCH] Fix some HTML errors --- Documentation/NuttXCCodingStandard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.