Fixed comment spacing.
This commit is contained in:
parent
98bfe22095
commit
3d8098c0f3
|
@ -48,7 +48,7 @@ int __attribute__((weak))
|
||||||
isatty(int fildes)
|
isatty(int fildes)
|
||||||
{
|
{
|
||||||
/* GDB does not yet support the IsTTY SWI that _isatty
|
/* 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;
|
(void)fildes;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue