Reformated comments and long lines
[mmh] / sbr / fmt_new.c
index 4acabe7..7576ae4 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * fmt_new.c -- read format file/string and normalize
- *
- * 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.
- */
+** fmt_new.c -- read format file/string and normalize
+**
+** 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>
 #include <h/utils.h>
 static char *formats = 0;
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static void normalize (char *);
 
 
 /*
- * Get new format string
- */
+** Get new format string
+*/
 
 char *
 new_fs (char *form, char *format, char *default_fs)
@@ -58,8 +58,8 @@ new_fs (char *form, char *format, char *default_fs)
 
 
 /*
- * Expand escapes in format strings
- */
+** Expand escapes in format strings
+*/
 
 static void
 normalize (char *cp)