mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -178,7 +178,7 @@ void listDelNode(list *list, listNode *node)
|
||||
listIter *listGetIterator(list *list, int direction)
|
||||
{
|
||||
listIter *iter;
|
||||
|
||||
|
||||
if ((iter = zmalloc(sizeof(*iter))) == NULL) return NULL;
|
||||
if (direction == AL_START_HEAD)
|
||||
iter->next = list->head;
|
||||
|
Reference in New Issue
Block a user