]> git.marmaro.de Git - mmh/blobdiff - sbr/uprf.c
Removed the space between function names and the opening parenthesis.
[mmh] / sbr / uprf.c
index 7964a82e1fedc738453f911b3eb0f388ee9ba01f..836a98b0d1ad0eafe733201ceaff3aaf09fbab4a 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;