pgsql: Reindent conditional to improve readability

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reindent conditional to improve readability
Date: 2026-08-04 13:45:05
Message-ID: E1wrFS5-00000000AtW-2G0a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reindent conditional to improve readability

Found via readability-misleading-indentation warning in clangd.

Author: Tristan Partin <tristan(at)partin(dot)io>
Discussion: https://postgr.es/m/DKFO99FP6SLY.2O6A6BUK6P3OQ@partin.io

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/589eb4c3b309f5eaa7c16592ff4edbbf780671fe

Modified Files
--------------
contrib/fuzzystrmatch/dmetaphone.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2026-08-04 17:57:56 pgsql: Support UUIDv6 in uuid_extract_timestamp().
Previous Message Peter Eisentraut 2026-08-04 13:15:14 pgsql: psql: Message style fixes