]> sourceware.org Git - newlib-cygwin.git/commitdiff
white space
authorChristopher Faylor <me@cgf.cx>
Tue, 17 May 2005 01:29:27 +0000 (01:29 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 17 May 2005 01:29:27 +0000 (01:29 +0000)
winsup/cygwin/path.cc

index e3ab049cefeb66ff0296945b811527197c360751..dcf0871c12c24fcf5d67df8b142ac4a5b777989e 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, '/'))
        {
This page took 0.031647 seconds and 5 git commands to generate.