mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
fix indent space (#10562)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user