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
253d9d6d
Unverified
Commit
253d9d6d
authored
Nov 13, 2019
by
喜欢兰花山丘
Committed by
GitHub
Nov 13, 2019
Browse files
Update adlist.h
Update listGetFree keep format consistent
parent
0f026af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/adlist.h
View file @
253d9d6d
...
...
@@ -66,7 +66,7 @@ typedef struct list {
#define listSetMatchMethod(l,m) ((l)->match = (m))
#define listGetDupMethod(l) ((l)->dup)
#define listGetFree(l) ((l)->free)
#define listGetFree
Method
(l) ((l)->free)
#define listGetMatchMethod(l) ((l)->match)
/* Prototypes */
...
...
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