mirror of https://mirror.osredm.com/root/redis.git
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
|
/* There is more data in the client input buffer, continue parsing it
|
||||||
* and check if there is a full command to execute. */
|
* and check if there is a full command to execute. */
|
||||||
if (processInputBuffer(c) == C_ERR)
|
if (processInputBuffer(c) == C_ERR)
|
||||||
c = NULL;
|
c = NULL;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
Loading…
Reference in New Issue