maildrop.c
changeset 26 b20d78c55e91
parent 20 efd945b7f3d2
child 27 6a8a845df07c
--- a/maildrop.c	Wed May 28 16:37:41 2014 +0500
+++ b/maildrop.c	Thu May 29 16:02:35 2014 +0500
@@ -322,12 +322,12 @@
 			    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)