Skip to content

Commit 9301308

Browse files
Fix indentation from cafe105
Per buildfarm animal koel
1 parent 226261f commit 9301308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,8 +3784,8 @@ wait_until_connected(PGconn *conn)
37843784
/*
37853785
* If the user sends SIGINT between the cancel_pressed check, and
37863786
* polling of the socket, it will not be recognized. Instead, we will
3787-
* just wait until the next step in the connection sequence or forever,
3788-
* which might require users to send SIGTERM or SIGQUIT.
3787+
* just wait until the next step in the connection sequence or
3788+
* forever, which might require users to send SIGTERM or SIGQUIT.
37893789
*
37903790
* Some solutions would include the "self-pipe trick," using
37913791
* pselect(2) and ppoll(2), or using a timeout.

0 commit comments

Comments
 (0)