pgsql: Small indenting fixes in jsonpath_scan.l

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small indenting fixes in jsonpath_scan.l
Date: 2024-11-29 10:38:03
Message-ID: E1tGyNu-0008mY-Kd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small indenting fixes in jsonpath_scan.l

Some lines were indented by an inconsistent number of spaces. While
we're here, also fix some code that used the newline after left
parenthesis style, which is obsolete.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5d39becf8ba0080c98fee4b63575552f6800b012

Modified Files
--------------
src/backend/utils/adt/jsonpath_scan.l | 37 +++++++++++++++--------------------
1 file changed, 16 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-11-29 19:17:29 Re: pgsql: Avoid mislabeling of lateral references when pulling up a subque
Previous Message Richard Guo 2024-11-29 08:22:52 Re: pgsql: Avoid mislabeling of lateral references when pulling up a subque