Removed the space between function names and the opening parenthesis.
[mmh] / sbr / seq_setcur.c
index 357c04b..0de8b97 100644 (file)
 
 
 void
-seq_setcur (struct msgs *mp, int msgnum)
+seq_setcur(struct msgs *mp, int msgnum)
 {
        /*
        ** Just call seq_addmsg() to update the
        ** "cur" sequence.
        */
-       seq_addmsg (mp, current, msgnum, -1, 1);
+       seq_addmsg(mp, current, msgnum, -1, 1);
 }