0.9.11.16:
[sbcl.git] / src / runtime / run-program.c
index feb8d8d..76f39b9 100644 (file)
@@ -181,10 +181,10 @@ HANDLE spawn (
     } else {
         wait_mode = P_WAIT;
     }
-    
+
     /* Spawn process given on the command line*/
     hProcess = (HANDLE) spawnvp ( wait_mode, program, argv );
-    
+
     /* Now that the process is launched, replace the original
      * in/out/err handles */
     if ( _dup2 ( fdOut, out ) != 0 ) return (HANDLE)-1;