pgsql: Fix some nonstandard C code indentation in grammar file

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some nonstandard C code indentation in grammar file
Date: 2021-07-14 22:15:23
Message-ID: E1m3nA3-000892-AH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some nonstandard C code indentation in grammar file

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa8268faa0ec2904f55e85be5ec7b365c98edd1

Modified Files
--------------
src/backend/parser/gram.y | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-07-15 01:50:25 pgsql: Portability fixes for sigwait.
Previous Message Tom Lane 2021-07-14 18:15:21 pgsql: Copy a Param's location field when replacing it with a Const.