From: markus schnalke Date: Sat, 14 Feb 2015 16:28:05 +0000 (+0100) Subject: Fix minor coding style issues (whitespace) X-Git-Tag: mmh-0.2-RC1~58 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=2f43405ca3cccdfc56faca7a8b6b0d6913cf45aa;hp=822e01d48920e30e281c5144ae0977ac2bf27549;p=mmh Fix minor coding style issues (whitespace) --- diff --git a/uip/mhlist.c b/uip/mhlist.c index c66b7cf..afa67ce 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -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), diff --git a/uip/pick.c b/uip/pick.c index e94c259..58c5969 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -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;