1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Clean up newlines following left parentheses

Like commit c9d2977519.
This commit is contained in:
Alvaro Herrera
2022-05-13 23:52:35 +02:00
parent 3715850ecc
commit c4f113e8fe
3 changed files with 4 additions and 6 deletions

View File

@@ -821,8 +821,7 @@ ResolveRecoveryConflictWithBufferPin(void)
* not be so harmful because the period that the buffer is kept pinned
* is basically no so long. But we should fix this?
*/
SendRecoveryConflictWithBufferPin(
PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
SendRecoveryConflictWithBufferPin(PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
}
/*