fix indent space (#10562)
This commit is contained in:
parent
dd3b545d89
commit
6cb5cbb28f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user