Reformated comments and long lines
[mmh] / sbr / seq_print.c
index 2db6656..e73424e 100644 (file)
@@ -1,18 +1,18 @@
 /*
- * seq_print.c -- Routines to print sequence information.
- *
- * 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.
- */
+** seq_print.c -- Routines to print sequence information.
+**
+** 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>
 
 #define empty(s) ((s) ? (s) : "")
 
 /*
- * Print all the sequences in a folder
- */
+** Print all the sequences in a folder
+*/
 void
 seq_printall (struct msgs *mp)
 {
@@ -29,8 +29,8 @@ seq_printall (struct msgs *mp)
 
 
 /*
- * Print a particular sequence in a folder
- */
+** Print a particular sequence in a folder
+*/
 void
 seq_print (struct msgs *mp, char *seqname)
 {