Trivial change to Coding Standard document.
This commit is contained in:
parent
993888fc97
commit
c9792c74f7
@ -78,7 +78,7 @@
|
|||||||
<table width ="100%">
|
<table width ="100%">
|
||||||
<tr bgcolor="#e4e4e4">
|
<tr bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1>1.0 <a name="general">General Organization</a></h1>
|
<h1>1.0 <a name="general">General Conventions</a></h1>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -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).
|
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).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>Space after the function boady</b>
|
<b>Space after the function body</b>
|
||||||
A one (and only one) blank line must follow the closing right brace of the function body.
|
A one (and only one) blank line must follow the closing right brace of the function body.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>
|
||||||
|
<b>Other Applicable Coding Standards</b>.
|
||||||
|
See sections related to <a href="#general">General Conventions</a>, <a href="#localvariable">Parameters and Local Variables</a>, and <a href="#statements">Statements</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<center><table width="60%" border=1>
|
<center><table width="60%" border=1>
|
||||||
<tr><td bgcolor="white">
|
<tr><td bgcolor="white">
|
||||||
|
Loading…
Reference in New Issue
Block a user