From dce0c241efd71c4120e463f8e6822d30f42d8c96 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 17 May 2005 01:29:27 +0000 Subject: [PATCH] white space --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '/')) {