summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-12-11 15:16:20 +0100
committerantirez <antirez@gmail.com>2014-12-11 15:16:20 +0100
commitff01ce55d8c71335eb5a69f71d2712013d8480ed (patch)
tree47339100113684ff02dfe93c691e63904c456e4c /src/redis-benchmark.c
parentf1742ac9df1ccf2ebe40bf4e1be14d2374218847 (diff)
downloadredis-ff01ce55d8c71335eb5a69f71d2712013d8480ed.tar.gz
Removed useless space in redis-benchmark.c.
Diffstat (limited to 'src/redis-benchmark.c')
-rw-r--r--src/redis-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-benchmark.c b/src/redis-benchmark.c
index 8c9304dec..199203812 100644
--- a/src/redis-benchmark.c
+++ b/src/redis-benchmark.c
@@ -602,7 +602,7 @@ int showThroughput(struct aeEventLoop *eventLoop, long long id, void *clientData
if (config.liveclients == 0) {
fprintf(stderr,"All clients disconnected... aborting.\n");
exit(1);
- }
+ }
if (config.csv) return 250;
if (config.idlemode == 1) {
printf("clients: %d\r", config.liveclients);