Removed the space between function names and the opening parenthesis.
[mmh] / sbr / seq_getnum.c
index 34e6049..4605915 100644 (file)
 
 
 int
-seq_getnum (struct msgs *mp, char *seqname)
+seq_getnum(struct msgs *mp, char *seqname)
 {
        int i;
 
        for (i = 0; mp->msgattrs[i]; i++)
-               if (!strcmp (mp->msgattrs[i], seqname))
+               if (!strcmp(mp->msgattrs[i], seqname))
                        return i;
 
        return -1;