summaryrefslogtreecommitdiff
path: root/src/syncio.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-06-26 18:48:40 +0200
committerantirez <antirez@gmail.com>2014-06-26 18:48:40 +0200
commit95b1979c321eb6353f75df892ab8be68cf8f9a77 (patch)
tree0e9aab40f1c669572ea2830a080b2e6b0e350a4b /src/syncio.c
parent97f1fc65cf0331a367c2075c3adf09964dda2556 (diff)
downloadredis-95b1979c321eb6353f75df892ab8be68cf8f9a77.tar.gz
No more trailing spaces in Redis source code.
Diffstat (limited to 'src/syncio.c')
-rw-r--r--src/syncio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncio.c b/src/syncio.c
index 0c202c9e2..8810a842c 100644
--- a/src/syncio.c
+++ b/src/syncio.c
@@ -119,7 +119,7 @@ ssize_t syncRead(int fd, char *ptr, ssize_t size, long long timeout) {
/* Read a line making sure that every char will not require more than 'timeout'
* milliseconds to be read.
- *
+ *
* On success the number of bytes read is returned, otherwise -1.
* On success the string is always correctly terminated with a 0 byte. */
ssize_t syncReadLine(int fd, char *ptr, ssize_t size, long long timeout) {