Skip to content

Commit bf93762

Browse files
committed
delete extra space at the end of this line 109
1 parent 443e5ba commit bf93762

File tree

1 file changed

+1
-1
lines changed
  • components/libc/posix/io/stdio

1 file changed

+1
-1
lines changed

components/libc/posix/io/stdio/stdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ int rt_posix_stdio_set_console(const char* device_name, int mode)
106106

107107
#if defined(_REENT_SMALL) || !defined(__sdidinit)
108108
/* Newlib >= 3.4.0 or small reent version: no __sdidinit field */
109-
/* Do nothing */
109+
/* Do nothing */
110110
#else
111111
/* Older newlib versions (typically < 3.4.0) still define __sdidinit */
112112
_GLOBAL_REENT->__sdidinit = 1;

0 commit comments

Comments
 (0)