mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Make sure that there is one space after for
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user