From 5a7d04ee7b77d686c8bf433907064391dff8b42a Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 10 Jan 2014 14:13:04 +0100 Subject: [PATCH] Trip comment to 80 cols in SentinelCommand(). --- src/sentinel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentinel.c b/src/sentinel.c index 44510a23..d4877e19 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -2373,7 +2373,7 @@ void sentinelCommand(redisClient *c) { return; addReplyDictOfRedisInstances(c,ri->sentinels); } else if (!strcasecmp(c->argv[1]->ptr,"is-master-down-by-addr")) { - /* SENTINEL IS-MASTER-DOWN-BY-ADDR */ + /* SENTINEL IS-MASTER-DOWN-BY-ADDR */ sentinelRedisInstance *ri; long long req_epoch; uint64_t leader_epoch = 0;