Reformated comments and long lines
[mmh] / sbr / readconfig.c
index 5db7920..cc8be82 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * readconfig.c -- base routine to read nmh configuration files
- *              -- such as nmh profile, context file, or mhn.defaults.
- *
- * 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.
- */
+** readconfig.c -- base routine to read nmh configuration files
+**              -- such as nmh profile, context file, or mhn.defaults.
+**
+** 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>
@@ -82,9 +82,9 @@ readconfig (struct node **npp, FILE *ib, char *file, int ctx)
                                np->n_context = ctx;
 
                                /*
-                                * Now scan the list of `procs' and link in the
-                                * field value to the global variable.
-                                */
+                               ** Now scan the list of `procs' and link in the
+                               ** field value to the global variable.
+                               */
                                for (ps = procs; ps->procname; ps++)
                                        if (strcmp (np->n_name, ps->procname) == 0) {
                                                *ps->procnaddr = np->n_field;