From 43a2ca203beb7ab79ffa7103336f003c88fff97d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 2 Jun 2015 15:49:13 +0200 Subject: [PATCH] delete-trailing-whitespace --- src/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.c b/src/client.c index 63be8d4..4e36630 100644 --- a/src/client.c +++ b/src/client.c @@ -1540,7 +1540,7 @@ int client_parse_query(struct client *cl, const char *query, { if (cl->pquery) session_log(se, YLOG_LOG, "Client %s: " - "Re-search due query/limit change: %s to %s", + "Re-search due query/limit change: %s to %s", client_get_id(cl), cl->pquery, wrbuf_cstr(w_pqf)); xfree(cl->pquery); cl->pquery = xstrdup(wrbuf_cstr(w_pqf)); @@ -1747,7 +1747,7 @@ const char *client_get_suggestions_xml(struct client *cl, WRBUF wrbuf) /* int idx; */ struct suggestions *suggestions = cl->suggestions; - if (!suggestions) + if (!suggestions) return ""; if (suggestions->passthrough) { -- 1.7.10.4