From f9f6de5ba000a72175689880a0bff1105000cbb3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 5 Feb 2019 16:54:36 -0600 Subject: [PATCH] Documentation/NuttXCCodingStandard.html: Minor updates pointing out some similarities to the GNU coding standard. --- Documentation/NuttXCCodingStandard.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index ddb7a2a228..f3bf450eac 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: