Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8853698a
Commit
8853698a
authored
Feb 15, 2013
by
antirez
Browse files
Removed useless newlines from hashTypeCurrentObject().
parent
6b9c6618
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_hash.c
View file @
8853698a
...
...
@@ -384,15 +384,12 @@ robj *hashTypeCurrentObject(hashTypeIterator *hi, int what) {
}
else
{
dst
=
createStringObjectFromLongLong
(
vll
);
}
}
else
if
(
hi
->
encoding
==
REDIS_ENCODING_HT
)
{
hashTypeCurrentFromHashTable
(
hi
,
what
,
&
dst
);
incrRefCount
(
dst
);
}
else
{
redisPanic
(
"Unknown hash encoding"
);
}
return
dst
;
}
...
...
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