From: Paul Eggert Date: Mon, 14 Jul 2025 04:39:54 +0000 (-0700) Subject: ; Fix indentation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b82bce12f5eb88ab1e3389d9ce9995bae559e752;p=emacs.git ; Fix indentation. (cherry picked from commit a8b65860a5e28ee0867e8506a17d74d4a9b7783a) --- diff --git a/src/fileio.c b/src/fileio.c index 8e1ac42723d..12f3aede018 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; }