pgsql: C comments: remove odd blank lines after #ifdef WIN32 lines - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: C comments: remove odd blank lines after #ifdef WIN32 lines
Date
Msg-id E1WNyPZ-0002nI-UF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
C comments:  remove odd blank lines after #ifdef WIN32 lines

A few more

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/242c2737fbec05a756e516f6e2fec4b739cc49d1

Modified Files
--------------
src/backend/utils/mb/mbutils.c      |    1 -
src/bin/initdb/initdb.c             |    1 -
src/bin/pg_resetxlog/pg_resetxlog.c |    6 +++---
src/common/pgfnames.c               |    3 ++-
src/port/pgcheckdir.c               |    1 -
5 files changed, 5 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: C comments: remove odd blank lines after #ifdef WIN32 lines
Next
From: Thom Brown
Date:
Subject: Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.