Reformated comments and long lines
[mmh] / uip / rmm.c
index e04efaa..6e991b0 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -1,10 +1,10 @@
 /*
- * rmm.c -- remove a message(s)
- *
- * 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.
- */
+** rmm.c -- remove a message(s)
+**
+** 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>
@@ -54,8 +54,7 @@ main (int argc, char **argv)
                                adios (NULL, "-%s unknown\n", cp);
 
                        case HELPSW:
-                               snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]",
-                                                 invo_name);
+                               snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name);
                                print_help (buf, switches, 1);
                                done (1);
                        case VERSIONSW:
@@ -105,12 +104,12 @@ main (int argc, char **argv)
        seq_setprev (mp);  /* set the previous-sequence */
 
        /*
-        * This is hackish.  If we are using a external rmmproc,
-        * then we need to update the current folder in the
-        * context so the external rmmproc will remove files
-        * from the correct directory.  This should be moved to
-        * folder_delmsgs().
-        */
+       ** This is hackish.  If we are using a external rmmproc,
+       ** then we need to update the current folder in the
+       ** context so the external rmmproc will remove files
+       ** from the correct directory.  This should be moved to
+       ** folder_delmsgs().
+       */
        if (rmmproc) {
                context_replace (pfolder, folder);
                context_save ();