summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/stdio')
-rw-r--r--nuttx/libc/stdio/lib_libfgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/stdio/lib_libfgets.c b/nuttx/libc/stdio/lib_libfgets.c
index b6229a4e7..73cf47adc 100644
--- a/nuttx/libc/stdio/lib_libfgets.c
+++ b/nuttx/libc/stdio/lib_libfgets.c
@@ -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 */