whitespace
This commit is contained in:
parent
5304bcdf6c
commit
0c0eec3f43
|
@ -329,7 +329,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti)
|
||||||
if (!iscanon || input_done)
|
if (!iscanon || input_done)
|
||||||
{
|
{
|
||||||
int status = accept_input ();
|
int status = accept_input ();
|
||||||
if (status != 1)
|
if (status != 1)
|
||||||
{
|
{
|
||||||
ret = status ? line_edit_error : line_edit_pipe_full;
|
ret = status ? line_edit_error : line_edit_pipe_full;
|
||||||
eat_readahead (1);
|
eat_readahead (1);
|
||||||
|
|
Loading…
Reference in New Issue