From 6cb5cbb28fea3f77f07e78effbbd0cf378c5b6bf Mon Sep 17 00:00:00 2001 From: cyhone Date: Sun, 10 Apr 2022 15:38:57 +0800 Subject: fix indent space (#10562) --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/networking.c b/src/networking.c index 767d871d8..9b41ea56d 100644 --- a/src/networking.c +++ b/src/networking.c @@ -2649,7 +2649,7 @@ void readQueryFromClient(connection *conn) { /* There is more data in the client input buffer, continue parsing it * and check if there is a full command to execute. */ - if (processInputBuffer(c) == C_ERR) + if (processInputBuffer(c) == C_ERR) c = NULL; done: -- cgit v1.2.1