Reformated comments and long lines
[mmh] / uip / fmtdump.c
index e6561ad..9b326a3 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * fmtdump.c -- compile format file and dump out instructions
- *
- * 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.
- */
+** fmtdump.c -- compile format file and dump out instructions
+**
+** 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/fmt_scan.h>
@@ -28,8 +28,8 @@ static struct format *lvec[128];
 static int lused = 0;
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static void fmt_dump (struct format *);
 static void dumpone(struct format *);
 static int findlabel(struct format *);
@@ -97,8 +97,8 @@ main (int argc, char **argv)
        }
 
        /*
-        * Get new format string.  Must be before chdir().
-        */
+       ** Get new format string.  Must be before chdir().
+       */
        nfs = new_fs (form, format, FORMAT);
        ncomps = fmt_compile(nfs, &fmt);