Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-11-17 12:02:41 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-11-17 12:02:41 +0300
commit67babe15d39202ad25d8b0ddbd5a18f097a7241e (patch)
tree6304f64f6142acce990c5c15dcf464ba2851af8a /cluster_library.c
parent7c5a68c88651ed8f91071b9ddf148a1036171486 (diff)
Remove trailing spaces
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster_library.c b/cluster_library.c
index 84f5ff28..e1af22e4 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -37,7 +37,7 @@ static void cluster_log(char *fmt, ...)
fprintf(stderr, "%s\n", buffer);
}
-// Debug function to dump a clusterReply structure recursively
+// Debug function to dump a clusterReply structure recursively
static void dump_reply(clusterReply *reply, int indent) {
smart_string buf = {0};
int i;