pgsql: Small indenting fixes in jsonpath_scan.l - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Small indenting fixes in jsonpath_scan.l
Date
Msg-id E1tGyNu-0008mY-Kd@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add tests for foreign keys with case-insensitive collations
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Avoid mislabeling of lateral references when pulling up a subque