From 2b4e3aa66dc66c6c5c6f74c60c597e734b539ff6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 26 Jan 2017 20:27:26 +0100 Subject: clean up whitespace --- msort.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'msort.c') diff --git a/msort.c b/msort.c index 323717a..e364a83 100644 --- a/msort.c +++ b/msort.c @@ -78,10 +78,10 @@ fetch_from(char *file) char *v = blaze822_hdr(msg, "from"); if (v) { char *disp, *addr; - blaze822_addr(v, &disp, &addr); - if (disp) - from = strdup(disp); - else if (addr) + blaze822_addr(v, &disp, &addr); + if (disp) + from = strdup(disp); + else if (addr) from = strdup(addr); } -- cgit 1.4.1