From eeed92efe65c6dd3364778a44689b3290c90f9f9 Mon Sep 17 00:00:00 2001 From: Brennan Cathcart Date: Wed, 3 Jul 2024 20:13:51 +0000 Subject: [PATCH] Remove trailing whitespace Signed-off-by: Brennan Cathcart --- src/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.h b/src/server.h index ec21dadc27..0575cdbae5 100644 --- a/src/server.h +++ b/src/server.h @@ -2079,7 +2079,7 @@ struct valkeyServer { unsigned long long cluster_link_msg_queue_limit_bytes; /* Memory usage limit on individual link msg queue */ int cluster_drop_packet_filter; /* Debug config that allows tactically * dropping packets of a specific type */ - unsigned long cluster_blacklist_ttl; /* Duration in seconds that a node is denied re-entry into + unsigned long cluster_blacklist_ttl; /* Duration in seconds that a node is denied re-entry into * the cluster after it is forgotten with CLUSTER FORGET. */ /* Debug config that goes along with cluster_drop_packet_filter. When set, the link is closed on packet drop. */ uint32_t debug_cluster_close_link_on_packet_drop : 1;