Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Nov 17, 2017
1 parent 7c5a68c commit 67babe1
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion cluster_library.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion library.c
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ redis_ping_response(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
{
if (IS_ATOMIC(redis_sock)) {
RETURN_FALSE;
}
}
add_next_index_bool(z_tab, 0);
return;
}
Expand Down
Loading

0 comments on commit 67babe1

Please sign in to comment.