pgsql: Fix code indentation violations

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix code indentation violations
Date: 2023-07-03 10:48:32
Message-ID: E1qGH6e-001gZC-Pv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix code indentation violations

Commits ce5aaea8cd, 2b8b2852bb and 28d03feac3 violated the expected code
indentation rules, upsetting the new buildfarm member "koel."

Discussion: https://postgr.es/m/ZKIU4mhWpgJOM0W0%40paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a4cfeeca5a97f2b5969c31aa69ba775af95ee5a3

Modified Files
--------------
src/backend/access/brin/brin_bloom.c | 14 +++++++-------
src/backend/commands/trigger.c | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-07-03 10:54:08 Re: pgsql: Introduce bloom_filter_size for BRIN bloom opclass
Previous Message Peter Eisentraut 2023-07-03 09:40:25 pgsql: A minor simplification for List manipulation