Reformated comments and long lines
[mmh] / uip / ap.c
index 1e2151b..a9f0775 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -1,10 +1,10 @@
 /*
- * ap.c -- parse addresses 822-style
- *
- * 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.
- */
+** ap.c -- parse addresses 822-style
+**
+** 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/addrsbr.h>
@@ -41,13 +41,13 @@ static struct format *fmt;
 static int dat[5];
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int sc_width (void);  /* from termsbr.c */
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static int process (char *, int, int);
 
 
@@ -178,8 +178,7 @@ process (char *arg, int length, int norm)
                        p->pq_text = getcpy (cp);
                        p->pq_error = getcpy (error);
                        status++;
-               }
-               else {
+               } else {
                        p->pq_text = getcpy (mp->m_text);
                        mnfree (mp);
                }