mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
Fixed comment spacing.
This commit is contained in:
parent
98bfe22095
commit
3d8098c0f3
@ -48,7 +48,7 @@ int __attribute__((weak))
|
||||
isatty(int fildes)
|
||||
{
|
||||
/* GDB does not yet support the IsTTY SWI that _isatty
|
||||
* calls, so always return true for now. */
|
||||
* calls, so always return true for now. */
|
||||
(void)fildes;
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user