summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio/lib_perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/stdio/lib_perror.c')
-rw-r--r--nuttx/libc/stdio/lib_perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/stdio/lib_perror.c b/nuttx/libc/stdio/lib_perror.c
index 16589e428..e551db0c3 100644
--- a/nuttx/libc/stdio/lib_perror.c
+++ b/nuttx/libc/stdio/lib_perror.c
@@ -51,7 +51,7 @@
* be defined, however, to provide perror output that is serialized with
* other stdout messages.
*/
-
+
#ifdef CONFIG_LIBC_PERROR_STDOUT
# define PERROR_STREAM stdout
#else