pgsql: Fix comment indentation and whitespace

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment indentation and whitespace
Date: 2023-02-24 13:55:18
Message-ID: E1pVYXe-000UDv-8R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment indentation and whitespace

The previous layout satisfied pgindent but failed the git whitespace
check. Fix by not putting the comment first in the line, which
pgindent does not handle well.

Discussion: https://www.postgresql.org/message-id/flat/480e3c67-b703-46ff-a418-d3b481d68372%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62d56f6720cd9483ede8a410a1a2cd6a0202c091

Modified Files
--------------
contrib/postgres_fdw/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-02-24 17:30:00 pgsql: Silence compiler warnings introduced by d87d548cd0.
Previous Message Daniel Gustafsson 2023-02-24 10:22:24 pgsql: Disallow NULLS NOT DISTINCT indexes for primary keys