mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -515,7 +515,7 @@ void srandmemberWithCountCommand(redisClient *c) {
|
||||
size--;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* CASE 4: We have a big set compared to the requested number of elements.
|
||||
* In this case we can simply get random elements from the set and add
|
||||
* to the temporary set, trying to eventually get enough unique elements
|
||||
|
Reference in New Issue
Block a user