mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
More trailing whilespace removal
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
A line that consists of the opening C comment (<code>/*</code>) followed by a series of asterisks extending to the length of the line (usually to column 78).
|
||||
A line that consists of the opening C comment (<code>/*</code>) followed by a series of asterisks extending to the length of the line (usually to column 78).
|
||||
</li>
|
||||
<li>
|
||||
The name of the grouping, starting at column 4.
|
||||
@@ -310,7 +310,7 @@
|
||||
/* The forward link to the next instance of struct
|
||||
* some_long_struct_name_s in a singly linked list
|
||||
*/
|
||||
|
||||
|
||||
struct some_long_struct_name_s *flink;
|
||||
int short_name1; /* Short comment 1 */
|
||||
int short_name2; /* This is a very long comment describing subtle
|
||||
@@ -2157,7 +2157,7 @@ x++;
|
||||
{
|
||||
ptr++;
|
||||
}
|
||||
|
||||
|
||||
</ul></pre></font>
|
||||
</td></tr>
|
||||
</table></center>
|
||||
|
||||
Reference in New Issue
Block a user