Обсуждение: pgsql: Fix comment indentation and whitespace

Поиск
Список
Период
Сортировка

pgsql: Fix comment indentation and whitespace

От
Peter Eisentraut
Дата:
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(-)