From 2f43405ca3cccdfc56faca7a8b6b0d6913cf45aa Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 14 Feb 2015 17:28:05 +0100 Subject: [PATCH] Fix minor coding style issues (whitespace) --- uip/mhlist.c | 2 +- uip/pick.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4