Fix minor coding style issues (whitespace)
authormarkus schnalke <meillo@marmaro.de>
Sat, 14 Feb 2015 16:28:05 +0000 (17:28 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 14 Feb 2015 16:28:05 +0000 (17:28 +0100)
uip/mhlist.c
uip/pick.c

index c66b7cf..afa67ce 100644 (file)
@@ -221,7 +221,7 @@ main(int argc, char **argv)
                /* parse all the message ranges/sequences and set SELECTED */
                for (msgnum = 0; msgnum < msgs.size; msgnum++)
                        if (!m_convert(mp, msgs.msgs[msgnum]))
-                               done (1);
+                               done(1);
                seq_setprev(mp);  /* set the previous-sequence */
 
                if (!(cts = (CT *) calloc((size_t) (mp->numsel + 1),
index e94c259..58c5969 100644 (file)
@@ -163,7 +163,7 @@ main(int argc, char **argv)
                                        adios(NULL, "too many sequences (more than %d) specified", NUMATTRS);
 
                                if (!seq_nameok(cp))
-                                 done(1);
+                                       done(1);
 
                                seqs[seqp++] = cp;
                                continue;