From 5ee656f6eaeb749c3391fb7de801d46b0934f2a4 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Thu, 29 May 2014 16:02:05 +0500 Subject: knf and whitespace fixes. --- maildrop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maildrop.c') diff --git a/maildrop.c b/maildrop.c index e4f1383..20081c7 100644 --- a/maildrop.c +++ b/maildrop.c @@ -322,12 +322,12 @@ list_all(struct imsgev *iev, struct imsg *imsg, struct m_backend *mb) sizeof(res.u.hash)); } else res.u.sz = m.msgs_index[i]->sz; - + imsgev_xcompose(iev, IMSG_MAILDROP_LISTALL, imsg->hdr.peerid, 0, -1, &res, sizeof(res), "maildrop_list"); } - + res.uidl = *uidl; /* terminal sentinel: hash = "" and sz = 0 */ if (*uidl) -- cgit v1.2.3