From 0c0eec3f43bd1bf2e0b1cef3e73d4a546757ed4c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 17 Jan 2003 05:33:52 +0000 Subject: [PATCH] whitespace --- winsup/cygwin/fhandler_termios.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index ee0c87d93..721b2e861 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -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);