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
67ee8752
Commit
67ee8752
authored
Jan 16, 2020
by
hwware
Browse files
format fix
parent
3f6d00d3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/debug.c
View file @
67ee8752
...
@@ -683,7 +683,7 @@ NULL
...
@@ -683,7 +683,7 @@ NULL
sds
stats
=
sdsempty
();
sds
stats
=
sdsempty
();
char
buf
[
4096
];
char
buf
[
4096
];
if
(
getLongFromObjectOrReply
(
c
,
c
->
argv
[
2
],
&
dbid
,
NULL
)
!=
C_OK
){
if
(
getLongFromObjectOrReply
(
c
,
c
->
argv
[
2
],
&
dbid
,
NULL
)
!=
C_OK
)
{
sdsfree
(
stats
);
sdsfree
(
stats
);
return
;
return
;
}
}
...
...
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