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. --- session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.c') diff --git a/session.c b/session.c index eceb800..cacaa2a 100644 --- a/session.c +++ b/session.c @@ -608,7 +608,7 @@ handle_list_all(struct session *s, struct imsg *imsg) if (res->uidl) if (strlen(res->u.hash)) session_reply(s, "%zu %s", res->idx, res->u.hash); - else + else goto end; else if (res->u.sz) -- cgit v1.2.3