Reformated comments and long lines
[mmh] / sbr / pidstatus.c
index 6f5f578..ff8cf48 100644 (file)
@@ -1,16 +1,16 @@
 /*
- * pidstatus.c -- report child's status
- *
- * 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.
- */
+** pidstatus.c -- report child's status
+**
+** 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>
 
 /*
- * auto-generated header
- */
+** auto-generated header
+*/
 #include <sigmsg.h>
 
 #ifdef HAVE_SYS_WAIT_H
@@ -31,12 +31,12 @@ pidstatus (int status, FILE *fp, char *cp)
        int signum;
 
        /*
-        * I have no idea what this is for (rc)
-        * so I'm commenting it out for right now.
-        *
-        *  if ((status & 0xff00) == 0xff00)
-        *      return status;
-        */
+       ** I have no idea what this is for (rc)
+       ** so I'm commenting it out for right now.
+       **
+       **  if ((status & 0xff00) == 0xff00)
+       **      return status;
+       */
 
        /* If child process returned normally */
        if (WIFEXITED(status)) {