]> git.marmaro.de Git - mmh/blobdiff - sbr/seq_getnum.c
Removed the space between function names and the opening parenthesis.
[mmh] / sbr / seq_getnum.c
index 34e60498f6b60b9b471c7cfba2352ebc02db13cf..4605915dee6c9a3be71a42e193cefc57f2b237df 100644 (file)
 
 
 int
 
 
 int
-seq_getnum (struct msgs *mp, char *seqname)
+seq_getnum(struct msgs *mp, char *seqname)
 {
        int i;
 
        for (i = 0; mp->msgattrs[i]; i++)
 {
        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;
                        return i;
 
        return -1;