]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix coding style.
authorKarl Heuer <kwzh@gnu.org>
Sat, 12 Mar 1994 01:38:31 +0000 (01:38 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 12 Mar 1994 01:38:31 +0000 (01:38 +0000)
src/keyboard.c

index e07e62be495a6810a06df9aa56bfd974d3623f1a..cde606325055d5957d9a09d33a6831e39b338fb5 100644 (file)
@@ -3322,10 +3322,9 @@ read_avail_input (expected)
             Fix it for 19.23.  */
          /* Retry the read if it is interrupted.  */
          if (nread >= 0
-#ifdef EFAULT
-             || ! (errno == EAGAIN || errno == EFAULT
-#else
              || ! (errno == EAGAIN 
+#ifdef EFAULT
+                   || errno == EFAULT
 #endif
 #ifdef EBADSLT
                    || errno == EBADSLT