More trailing whilespace removal

This commit is contained in:
Gregory Nutt
2014-04-13 16:22:22 -06:00
parent 948124a822
commit aaaf4f96b7
10 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -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>