]> git.marmaro.de Git - mmh/blobdiff - sbr/seq_setcur.c
Removed the space between function names and the opening parenthesis.
[mmh] / sbr / seq_setcur.c
index 357c04b6e29b1b5b670d3878a6d6e479032819e3..0de8b9709a735c038116461754af292c43b436cd 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);
 }