summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-17 05:33:52 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-17 05:33:52 +0000
commit0c0eec3f43bd1bf2e0b1cef3e73d4a546757ed4c (patch)
tree7402f85a8f5e492a491e7c887c9f3513ae60f410 /winsup/cygwin
parent5304bcdf6c08a99f8abff8f70260479145b07591 (diff)
downloadcygnal-0c0eec3f43bd1bf2e0b1cef3e73d4a546757ed4c.tar.gz
cygnal-0c0eec3f43bd1bf2e0b1cef3e73d4a546757ed4c.tar.bz2
cygnal-0c0eec3f43bd1bf2e0b1cef3e73d4a546757ed4c.zip
whitespace
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/fhandler_termios.cc2
1 files changed, 1 insertions, 1 deletions
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);