pgsql: Fix broken indentation

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix broken indentation
Date: 2025-04-30 07:29:05
Message-ID: E1uA1sP-000HjJ-1g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix broken indentation

I forgot to run pgindent in d8555e522.

Reported-by: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Discussion: https://postgr.es/m/156083c9-eac0-418d-9667-92dec4d6d6cd@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/918e7287ed20eb1fe280ab6c4056ccf94dcd53a8

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-30 09:36:04 pgsql: Add missing string terminator
Previous Message David Rowley 2025-04-30 01:41:03 pgsql: Fix a couple of comment typos