]> granicus.if.org Git - nethack/commitdiff
whitespace cleanup on options.c
authornhmall <nhmall@nethack.org>
Tue, 28 Jan 2020 01:54:09 +0000 (20:54 -0500)
committernhmall <nhmall@nethack.org>
Tue, 28 Jan 2020 01:54:09 +0000 (20:54 -0500)
src/options.c

index 504977dd709e6b29449d032d0671e5b140b62bfa..4779cc442694dab42a0ca55536a9ea43b99413de 100644 (file)
@@ -2387,8 +2387,8 @@ boolean tinitial, tfrom_file;
                 return FALSE;
             }
             iflags.menuinvertmode = mode;
-       }
-       return retval;
+        }
+        return retval;
     }
 
     fullname = "msghistory";
@@ -3393,7 +3393,7 @@ boolean tinitial, tfrom_file;
         }
         if ((op = string_for_opt(opts, negated)) != empty_optstr)
             iflags.wc_video_height = strtol(op, NULL, 10);
-       else
+        else
             return FALSE;
         return retval;
     }