Reformated comments and long lines
[mmh] / uip / mhmail.c
index 4939b02..12a0bb5 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * mhmail.c -- simple mail program
- *
- * 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.
- */
+** mhmail.c -- simple mail program
+**
+** 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/signals.h>
@@ -34,8 +34,8 @@ static struct swit switches[] = {
 static char tmpfil[BUFSIZ];
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static RETSIGTYPE intrser (int);
 
 
@@ -147,7 +147,8 @@ main (int argc, char **argv)
                        fputs ("\n", out);
        } else {
                for (somebody = 0;
-                               (i = fread (buf, sizeof(*buf), sizeof(buf), stdin)) > 0;
+                               (i = fread (buf, sizeof(*buf), sizeof(buf),
+                               stdin)) > 0;
                                somebody++)
                        if (fwrite (buf, sizeof(*buf), i, out) != i)
                                adios (tmpfil, "error writing");