Thread: pgsql: Revert unfortunate whitespace change

pgsql: Revert unfortunate whitespace change

From
Peter Eisentraut
Date:
Revert unfortunate whitespace change

In e5e2fc842c418432756d8b5825ff107c6c5fc4c3, blank lines were removed
after a comment block, which now looks as though the comment refers to
the immediately following code, but it actually refers to the
preceding code.  So put the blank lines back.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bf90562aa464e3a9afedde5f0007058f381d00fe

Modified Files
--------------
src/backend/libpq/hba.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)