Add braces for if block with large comment in psql's common.c
authorMichael Paquier
Fri, 21 Feb 2025 00:18:49 +0000 (09:18 +0900)
committerMichael Paquier
Fri, 21 Feb 2025 00:18:49 +0000 (09:18 +0900)
commit40af897eb777bc8a6afca14195587e79e57a5c06
tree495ad1b724892b9fb5fac962d36730ef1cedd8e1
parent2c53dec7f4407c022f8b83e1a63fe0ae1bbb4dc2
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 format
makes the readability of the code slightly harder to parse.

Extracted from a larger patch by the same author.

Author: Anthonin Bonnefoy 
Discussion: https://postgr.es/m/CAO6_XqroE7JuMEm1sWz55rp9fAYX2JwmcP_3m_v51vnOFdsLiQ@mail.gmail.com
src/bin/psql/common.c