forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit40af897
committed
Add braces for if block with large comment in psql's common.c
A patch touching this area of the code is under review, and this formatmakes the readability of the code slightly harder to parse.Extracted from a larger patch by the same author.Author: Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>Discussion:https://postgr.es/m/CAO6_XqroE7JuMEm1sWz55rp9fAYX2JwmcP_3m_v51vnOFdsLiQ@mail.gmail.com1 parent2c53dec commit40af897
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1577 | 1577 |
| |
1578 | 1578 |
| |
1579 | 1579 |
| |
1580 |
| - | |
| 1580 | + | |
1581 | 1581 |
| |
1582 | 1582 |
| |
1583 | 1583 |
| |
1584 | 1584 |
| |
1585 | 1585 |
| |
1586 | 1586 |
| |
1587 | 1587 |
| |
| 1588 | + | |
1588 | 1589 |
| |
1589 | 1590 |
| |
1590 | 1591 |
| |
|
0 commit comments
Comments
(0)