mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 17:51:21 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -1009,7 +1009,7 @@ void handleClientsBlockedOnLists(void) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (listTypeLength(o) == 0) dbDelete(rl->db,rl->key);
|
||||
/* We don't call signalModifiedKey() as it was already called
|
||||
* when an element was pushed on the list. */
|
||||
|
Reference in New Issue
Block a user