Trivial change to Coding Standard document.
This commit is contained in:
parent
993888fc97
commit
c9792c74f7
@ -78,7 +78,7 @@
|
||||
<table width ="100%">
|
||||
<tr bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1>1.0 <a name="general">General Organization</a></h1>
|
||||
<h1>1.0 <a name="general">General Conventions</a></h1>
|
||||
</td>
|
||||
</tr>
|
||||
</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).
|
||||
</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.
|
||||
</li>
|
||||
</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>
|
||||
<tr><td bgcolor="white">
|
||||
|
Loading…
Reference in New Issue
Block a user