Removed the space between function names and the opening parenthesis.
[mmh] / sbr / uprf.c
index 7964a82..836a98b 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * uprf.c -- "unsigned" lexical prefix
- *
- * 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.
- */
+** uprf.c -- "unsigned" lexical prefix
+**
+** 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>
 
@@ -13,7 +13,7 @@
 
 
 int
-uprf (char *c1, char *c2)
+uprf(char *c1, char *c2)
 {
        int c, mask;