Fix comment indentation and whitespace

Peter Eisentraut <peter@eisentraut.org>

Commit: 62d56f6720cd9483ede8a410a1a2cd6a0202c091
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-02-24T13:54:41Z
Releases: 16.0
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

Files

PathChange+/−
contrib/postgres_fdw/connection.c modified +1 −1

Discussion