Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6cb5cbb2
Unverified
Commit
6cb5cbb2
authored
Apr 10, 2022
by
cyhone
Committed by
GitHub
Apr 10, 2022
Browse files
fix indent space (#10562)
parent
dd3b545d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
6cb5cbb2
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment