Skip to content

Commit 7c2fc50

Browse files
committed
Fix trailing whitespace in new user_settings.h
1 parent 3f7ba63 commit 7c2fc50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/WINCE/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ C149F3285397DFBD0C6720E14818475C3A50B10880EF9619463173A6D5ED15E7
159159
/* Ensure all previous buffered output is flushed */
160160
fflush(stdout);
161161
fflush(stderr);
162-
162+
163163
va_start(args, fmt);
164164
/* Use vfprintf for va_list arguments */
165165
n = vfprintf(stdout, fmt, args);

0 commit comments

Comments
 (0)