Rearranged whitespace (and comments) in all the code!
[mmh] / h / nmh.h
diff --git a/h/nmh.h b/h/nmh.h
index f1711d5..f10ec1e 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -1,4 +1,3 @@
-
 /*
  * nmh.h -- system configuration header file
  */
 #endif
 
 #include <signal.h>
+
 #define bcmp(b1,b2,length)      memcmp(b1, b2, length)
 #define bcopy(b1,b2,length)     memcpy (b2, b1, length)
 #define bcpy(b1,b2,length)      memcmp (b1, b2, length)
 #ifdef STAT_MACROS_BROKEN
 # ifdef S_ISBLK
 #  undef S_ISBLK
-# endif 
+# endif
 # ifdef S_ISCHR
 #  undef S_ISCHR
-# endif 
+# endif
 # ifdef S_ISDIR
 #  undef S_ISDIR
-# endif 
+# endif
 # ifdef S_ISFIFO
 #  undef S_ISFIFO
-# endif 
+# endif
 # ifdef S_ISLNK
 #  undef S_ISLNK
-# endif 
+# endif
 # ifdef S_ISMPB
 #  undef S_ISMPB
-# endif 
+# endif
 # ifdef S_ISMPC
 #  undef S_ISMPC
-# endif 
+# endif
 # ifdef S_ISNWK
 #  undef S_ISNWK
-# endif 
+# endif
 # ifdef S_ISREG
 #  undef S_ISREG
-# endif 
+# endif
 # ifdef S_ISSOCK
 #  undef S_ISSOCK
-# endif 
+# endif
 #endif  /* STAT_MACROS_BROKEN.  */
-