1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-14 02:22:38 +03:00

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

This commit is contained in:
Bruce Momjian
2014-03-13 01:34:42 -04:00
parent a3115f0d9e
commit 886c0be3f6
17 changed files with 1 additions and 27 deletions

View File

@@ -222,7 +222,6 @@ canonicalize_path(char *path)
int pending_strips;
#ifdef WIN32
/*
* The Windows command processor will accept suitably quoted paths with
* forward slashes, but barfs badly with mixed forward and back slashes.
@@ -372,7 +371,6 @@ path_is_relative_and_below_cwd(const char *path)
else if (path_contains_parent_reference(path))
return false;
#ifdef WIN32
/*
* On Win32, a drive letter _not_ followed by a slash, e.g. 'E:abc', is
* relative to the cwd on that drive, or the drive's root directory if