Chromium Code Reviews| Index: fusl/src/stdio/getchar_unlocked.c |
| diff --git a/fusl/src/stdio/getchar_unlocked.c b/fusl/src/stdio/getchar_unlocked.c |
| index 355ac318d43d2371af6399bf7652d2baabf5d9b4..545febd2e300cf97f82e8555819bce7ba7797b4c 100644 |
| --- a/fusl/src/stdio/getchar_unlocked.c |
| +++ b/fusl/src/stdio/getchar_unlocked.c |
| @@ -1,6 +1,5 @@ |
| #include "stdio_impl.h" |
| -int getchar_unlocked(void) |
| -{ |
| - return getc_unlocked(stdin); |
| +int getchar_unlocked(void) { |
| + return getc_unlocked(stdin); |
| } |