]> git.marmaro.de Git - mmh/blobdiff - uip/mhl.c
Removed the space between function names and the opening parenthesis.
[mmh] / uip / mhl.c
index 7914b5fee192b2aa4373e1e430a7499f6b2304d1..48b8f1dbcdefc9b8c63ba45a1b3b08a3fa3936c9 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -1,23 +1,23 @@
 /*
- * mhl.c -- the nmh message listing program
- *
- * This code is Copyright (c) 2002, by the authors of nmh.  See the
- * COPYRIGHT file in the root directory of the nmh distribution for
- * complete copyright information.
- */
+** mhl.c -- the nmh message listing program
+**
+** This code is Copyright (c) 2002, by the authors of nmh.  See the
+** COPYRIGHT file in the root directory of the nmh distribution for
+** complete copyright information.
+*/
 
 #include <h/mh.h>
 
 /* prototype from mhlsbr.c */
-int mhl (int, char **);
+int mhl(int, char **);
 
 
 int
-main (int argc, char **argv)
+main(int argc, char **argv)
 {
 #ifdef LOCALE
        setlocale(LC_ALL, "");
 #endif
-       done (mhl (argc, argv));
+       done(mhl(argc, argv));
        return 1;
 }