Removed the space between function names and the opening parenthesis.
[mmh] / h / fmt_scan.h
index f65dab1..96acd56 100644 (file)
@@ -87,6 +87,6 @@ struct format {
 /*
 ** prototypes
 */
 /*
 ** prototypes
 */
-struct format *fmt_scan (struct format *, char *, int, int *);
-char *new_fs (char *, char *, char *);
-int fmt_compile (char *, struct format **);
+struct format *fmt_scan(struct format *, char *, int, int *);
+char *new_fs(char *, char *, char *);
+int fmt_compile(char *, struct format **);