From: Karl Heuer Date: Sat, 12 Mar 1994 01:38:31 +0000 (+0000) Subject: Fix coding style. X-Git-Tag: emacs-19.34~9541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6aec06f576b7832b8ccce5321ea9c2558b89f65b;p=emacs.git Fix coding style. --- diff --git a/src/keyboard.c b/src/keyboard.c index e07e62be495..cde60632505 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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