]> granicus.if.org Git - nethack/commitdiff
whitespace bit
authornhmall <nhmall@nethack.org>
Tue, 22 Sep 2020 14:28:22 +0000 (10:28 -0400)
committernhmall <nhmall@nethack.org>
Tue, 22 Sep 2020 14:28:22 +0000 (10:28 -0400)
util/makedefs.c

index 147164fdeaeadab6284fb26523faf14c5ec05ed8..b12689a3f4fe41adcc7dfb9e46c4a61224892b83 100644 (file)
@@ -419,7 +419,7 @@ int flg UNUSED;
         if (tmpfd >= 0) {
             rv = fdopen(tmpfd, WRTMODE);   /* temp file is always read+write */
             Unlink(tmpfbuf);
-       }
+        }
     } else
 #endif
     rv = fopen(name, mode);