summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-17 01:29:27 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-17 01:29:27 +0000
commitdce0c241efd71c4120e463f8e6822d30f42d8c96 (patch)
tree0f1598c8207567dc9a4025e960c7c7c8ba8c21df
parent4f7544bc9719ad4b68d4ce185d859699d8523506 (diff)
downloadcygnal-dce0c241efd71c4120e463f8e6822d30f42d8c96.tar.gz
cygnal-dce0c241efd71c4120e463f8e6822d30f42d8c96.tar.bz2
cygnal-dce0c241efd71c4120e463f8e6822d30f42d8c96.zip
white space
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index e3ab049ce..dcf0871c1 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -1523,7 +1523,7 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev,
MALLOC_CHECK;
/* If the path is on a network drive, bypass the mount table.
If it's // or //MACHINE, use the netdrive device. */
- if (src_path[1] == '/')
+ if (src_path[1] == '/')
{
if (!strchr (src_path + 2, '/'))
{