Update adlist.h

Update listGetFree keep format consistent
This commit is contained in:
喜欢兰花山丘 2019-11-13 10:14:45 +08:00 committed by GitHub
parent 0f026af185
commit 253d9d6d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 listGetFreeMethod(l) ((l)->free)
#define listGetMatchMethod(l) ((l)->match)
/* Prototypes */