mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -137,7 +137,7 @@ int anetEnableTcpNoDelay(char *err, int fd)
|
||||
return anetSetTcpNoDelay(err, fd, 1);
|
||||
}
|
||||
|
||||
int anetDisableTcpNoDelay(char *err, int fd)
|
||||
int anetDisableTcpNoDelay(char *err, int fd)
|
||||
{
|
||||
return anetSetTcpNoDelay(err, fd, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user