Reformated comments and long lines
[mmh] / sbr / r1bindex.c
index 93ec950..49ac0f5 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * r1bindex.c -- Given a string and a character, return a pointer
- *            -- to the right of the rightmost occurrence of the
- *            -- character.  If the character doesn't occur, the
- *            -- pointer will be at the beginning of the string.
- *
- * 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.
- */
+** r1bindex.c -- Given a string and a character, return a pointer
+**            -- to the right of the rightmost occurrence of the
+**            -- character.  If the character doesn't occur, the
+**            -- pointer will be at the beginning of the string.
+**
+** 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>