Skip to content

Commit 4d0cf0b

Browse files
Fix indentation
When preparing commit 98e675e I accidentally forgot to run pgindent, which did produce a diff. Fix by adding the required whitespace per the koel buildfarm failure.
1 parent 98e675e commit 4d0cf0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/replication/libpqwalreceiver/libpqwalreceiver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ libpqrcv_identify_system(WalReceiverConn *conn, TimeLineID *primary_tli)
381381
"the primary server: %s",
382382
pchomp(PQerrorMessage(conn->streamConn)))));
383383
}
384+
384385
/*
385386
* IDENTIFY_SERVER returns 3 columns in 9.3 and earlier, and 4 columns in
386387
* 9.4 and onwards.

0 commit comments

Comments
 (0)