fix indent space (#10562)

This commit is contained in:
cyhone 2022-04-10 15:38:57 +08:00 committed by GitHub
parent dd3b545d89
commit 6cb5cbb28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: