]> git.lizzy.rs Git - rust.git/commitdiff
Remove errant trailing whitespace.
authorgareth <gareth@gareth-N56VM.(none)>
Wed, 1 May 2013 21:20:26 +0000 (22:20 +0100)
committergareth <gareth@gareth-N56VM.(none)>
Thu, 2 May 2013 18:26:52 +0000 (19:26 +0100)
src/libcore/run.rs

index 0a8ccc3c5e9b916b7df4b4b0b139f73b802df4b2..0850121d6020dd6df87895502f66c138455facd9 100644 (file)
@@ -374,7 +374,7 @@ mod rustrt {
             unsafe fn rust_set_environ(envp: *c_void);
         }
     }
-    
+
     unsafe {
 
         let pid = fork();