1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

C comments: remove odd blank lines after #ifdef WIN32 lines

A few more
This commit is contained in:
Bruce Momjian
2014-03-13 01:42:24 -04:00
parent 886c0be3f6
commit 242c2737fb
5 changed files with 5 additions and 7 deletions

View File

@ -68,7 +68,6 @@ pg_check_dir(const char *dir)
}
#ifdef WIN32
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version