OSDN Git Service

white space
authorcgf <cgf>
Tue, 17 May 2005 01:29:27 +0000 (01:29 +0000)
committercgf <cgf>
Tue, 17 May 2005 01:29:27 +0000 (01:29 +0000)
winsup/cygwin/path.cc

index e3ab049..dcf0871 100644 (file)
@@ -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, '/'))
        {