Make sure that there is one space after for

This commit is contained in:
Gregory Nutt
2014-04-12 13:28:22 -06:00
parent 056aed1274
commit 494387b33b
42 changed files with 175 additions and 203 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ FAR char *lib_fgets(FAR char *buf, size_t buflen, FILE *stream,
* the next character and one for the null terminator.
*/
for(;;)
for (;;)
{
/* Get the next character */