Reformated comments and long lines
[mmh] / sbr / showfile.c
index b8e984b..ac9fc69 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * showfile.c -- invoke the `lproc' command
- *
- * 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.
- */
+** showfile.c -- invoke the `lproc' command
+**
+** 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>
 
@@ -20,10 +20,10 @@ showfile (char **arg, char *file)
        fflush(stdout);
 
        /*
-        * If you have your lproc listed as "mhl",
-        * then really invoked the mhlproc instead
-        * (which is usually mhl anyway).
-        */
+       ** If you have your lproc listed as "mhl",
+       ** then really invoked the mhlproc instead
+       ** (which is usually mhl anyway).
+       */
        if (!strcmp (r1bindex (lproc, '/'), "mhl"))
                lproc = mhlproc;