aboutsummaryrefslogtreecommitdiff
path: root/src/port/path.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-03-13 01:34:42 -0400
committerBruce Momjian <bruce@momjian.us>2014-03-13 01:34:42 -0400
commit886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch)
tree0f837485442f44abfb64f8867bbfd06dfad50346 /src/port/path.c
parenta3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff)
downloadpostgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.tar.gz
postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.zip
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/port/path.c')
-rw-r--r--src/port/path.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/port/path.c b/src/port/path.c
index 8765907a57f..39d6e43404a 100644
--- a/src/port/path.c
+++ b/src/port/path.c
@@ -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