Reformated comments and long lines
[mmh] / uip / dist.c
index 0b8edb3..86c564f 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * dist.c -- re-distribute a message
- *
- * 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.
- */
+** dist.c -- re-distribute a message
+**
+** 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>
@@ -157,13 +157,13 @@ main (int argc, char **argv)
 
        if (file) {
                /*
-                * Dist a file
-                */
+               ** Dist a file
+               */
                anot = 0;  /* don't want to annotate a file */
        } else {
                /*
-                * Dist a message
-                */
+               ** Dist a message
+               */
                if (!msg)
                        msg = "cur";
                if (!folder)