From 0b77aebabfbe9155ea88ee9e11fa126315473b86 Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Tue, 9 Oct 2012 13:05:59 +0300
Subject: [PATCH] Remove stray newline in comment.

---
 src/backend/replication/walsender.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 9207a48910b..4a7515fb13e 100644
--- a/src/backend/replication/walsender.c
+++ b/src/backend/replication/walsender.c
@@ -1022,7 +1022,6 @@ retry:
  *
  * If there is no unsent WAL remaining, *caughtup is set to true, otherwise
  * *caughtup is set to false.
-
  */
 static void
 XLogSend(char *msgbuf, bool *caughtup)
-- 
GitLab