]> git.marmaro.de Git - mmh/commitdiff
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 c66b7cfe6d7ceea96eb674fc95e75da0d62bc28d..afa67ceed947572398727859793bbd413db0f3ca 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 e94c259392cb0fbb8363cb41c5c6002b2460eb61..58c5969ce1900b25c06ca7c56e6d739333e9cf0b 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;