mirror of https://mirror.osredm.com/root/redis.git
Removed spurious space change.
This commit is contained in:
parent
c3b0f5a443
commit
537f8853ed
|
@ -58,11 +58,6 @@
|
|||
|
||||
#define MIN(a,b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#define likely(x) __builtin_expect(!!(x), 1)
|
||||
#else
|
||||
#define likely(x) (x)
|
||||
#endif
|
||||
|
||||
/* Algorithm parameters. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue