Rearranged whitespace (and comments) in all the code!
[mmh] / uip / whatnow.c
index d3fccfd..a6bb0f9 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * whatnow.c -- the nmh `WhatNow' shell
  *
@@ -17,7 +16,7 @@ int
 main (int argc, char **argv)
 {
 #ifdef LOCALE
-    setlocale(LC_ALL, "");
+       setlocale(LC_ALL, "");
 #endif
-    return WhatNow (argc, argv);
+       return WhatNow (argc, argv);
 }