mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 20:46:31 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -512,7 +512,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