Remove stray newline in comment.

pull/3/head
Heikki Linnakangas 13 years ago
parent 2190377113
commit 0b77aebabf
  1. 1
      src/backend/replication/walsender.c

@ -1022,7 +1022,6 @@ retry:
* *
* If there is no unsent WAL remaining, *caughtup is set to true, otherwise * If there is no unsent WAL remaining, *caughtup is set to true, otherwise
* *caughtup is set to false. * *caughtup is set to false.
*/ */
static void static void
XLogSend(char *msgbuf, bool *caughtup) XLogSend(char *msgbuf, bool *caughtup)

Loading…
Cancel
Save