Unverified Commit 6cb5cbb2 authored by cyhone's avatar cyhone Committed by GitHub
Browse files

fix indent space (#10562)

parent dd3b545d
...@@ -2649,7 +2649,7 @@ void readQueryFromClient(connection *conn) { ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment