From c9792c74f7bc02953cf7e3327c85e3ad3c524099 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Aug 2018 06:03:56 -0600 Subject: [PATCH] Trivial change to Coding Standard document. --- Documentation/NuttXCCodingStandard.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index ffa725a805..79f6828b6d 100644 --- a/Documentation/NuttXCCodingStandard.html +++ b/Documentation/NuttXCCodingStandard.html @@ -78,7 +78,7 @@
-

1.0 General Organization

+

1.0 General Conventions

@@ -2033,10 +2033,14 @@ ptr = (FAR struct somestruct_s *)value; As a rule of thumb, the length of a function should be limited so that it would fit on a single page (if you were to print the source code).
  • - Space after the function boady + Space after the function body A one (and only one) blank line must follow the closing right brace of the function body.
  • +

    + Other Applicable Coding Standards. + See sections related to General Conventions, Parameters and Local Variables, and Statements. +