4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

whitespace

This commit is contained in:
Christopher Faylor 2003-01-17 05:33:52 +00:00
parent 5304bcdf6c
commit 0c0eec3f43

View File

@ -329,7 +329,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti)
if (!iscanon || input_done)
{
int status = accept_input ();
if (status != 1)
if (status != 1)
{
ret = status ? line_edit_error : line_edit_pipe_full;
eat_readahead (1);