Reformated comments and long lines
[mmh] / uip / ali.c
index 00af8ce..21b95e1 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -1,10 +1,10 @@
 /*
- * ali.c -- list nmh mail aliases
- *
- * 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.
- */
+** ali.c -- list nmh mail aliases
+**
+** 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>
@@ -13,8 +13,8 @@
 #include <h/utils.h>
 
 /*
- * maximum number of names
- */
+** maximum number of names
+*/
 #define NVEC 50
 
 static struct swit switches[] = {
@@ -46,8 +46,8 @@ static int pos = 1;
 extern struct aka *akahead;
 
 /*
- * prototypes
- */
+** prototypes
+*/
 static void print_aka (char *, int, int);
 static void print_usr (char *, int, int);
 
@@ -141,8 +141,8 @@ main (int argc, char **argv)
        }
 
        /*
-        * If -user is specified
-        */
+       ** If -user is specified
+       */
        if (inverted) {
                if (vecp == 0)
                        adios (NULL, "usage: %s -user addresses ...  (you forgot the addresses)",