Removed the space between function names and the opening parenthesis.
[mmh] / uip / mhl.c
index 743f22b..48b8f1d 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -9,15 +9,15 @@
 #include <h/mh.h>
 
 /* prototype from mhlsbr.c */
 #include <h/mh.h>
 
 /* prototype from mhlsbr.c */
-int mhl (int, char **);
+int mhl(int, char **);
 
 
 int
 
 
 int
-main (int argc, char **argv)
+main(int argc, char **argv)
 {
 #ifdef LOCALE
        setlocale(LC_ALL, "");
 #endif
 {
 #ifdef LOCALE
        setlocale(LC_ALL, "");
 #endif
-       done (mhl (argc, argv));
+       done(mhl(argc, argv));
        return 1;
 }
        return 1;
 }