Skip to content

Commit 7ae3b05

Browse files
committed
Fix formatting on comment
Signed-off-by: Pierre Turin <[email protected]>
1 parent 1edfa02 commit 7ae3b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cluster_legacy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,8 +3237,8 @@ int clusterProcessPacket(clusterLink *link) {
32373237
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
32383238

32393239
/* If this is a MEET packet from an unknown node, we still process
3240-
* the gossip section here since we have to trust the sender because
3241-
* of the message type. */
3240+
* the gossip section here since we have to trust the sender because
3241+
* of the message type. */
32423242
clusterProcessGossipSection(hdr, link);
32433243
} else if (sender->link) {
32443244
/* The MEET packet is from a known node, so the sender thinks that I do not know it.

0 commit comments

Comments
 (0)