]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Jul 2025 04:39:54 +0000 (21:39 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:49:09 +0000 (10:49 +0200)
(cherry picked from commit a8b65860a5e28ee0867e8506a17d74d4a9b7783a)

src/fileio.c

index 8e1ac42723d2977cefab33bf77f8051af8b63c9b..12f3aede01896dd56dfe525869f6713f394588e5 100644 (file)
@@ -4893,7 +4893,8 @@ by calling `format-decode', which see.  */)
             part of the buffer until all the reading is done, so a
             C-g here doesn't do any harm.  */
          {
-           this = emacs_fd_read (fd, buf, bufsize);                                        if (this < 0)
+           this = emacs_fd_read (fd, buf, bufsize);
+           if (this < 0)
              this = -errno;
          }