diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index ddb7a2a2284..f3bf450eac0 100644 --- a/Documentation/NuttXCCodingStandard.html +++ b/Documentation/NuttXCCodingStandard.html @@ -12,7 +12,7 @@

NuttX C Coding Standard

-

Last Updated: January 10, 2019

+

Last Updated: February 5, 2019

@@ -769,6 +769,10 @@ void some_function(void)

1.4 Braces

+

+ In general, the use of braces in the NuttX coding standard is similar to the use of braces in the GNU Coding standards with a few subtle differences. +

+

Coding Standard: