mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Remove trailing whitespace.
This commit is contained in:
@@ -35,7 +35,7 @@ _IO_ungetc (c, fp)
|
||||
CHECK_FILE (fp, EOF);
|
||||
if (c == EOF)
|
||||
return EOF;
|
||||
_IO_acquire_lock (fp);
|
||||
_IO_acquire_lock (fp);
|
||||
result = _IO_sputbackc (fp, (unsigned char) c);
|
||||
_IO_release_lock (fp);
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user