OSDN Git Service

whitespace
authorcgf <cgf>
Fri, 17 Jan 2003 05:33:52 +0000 (05:33 +0000)
committercgf <cgf>
Fri, 17 Jan 2003 05:33:52 +0000 (05:33 +0000)
winsup/cygwin/fhandler_termios.cc

index ee0c87d..721b2e8 100644 (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);