From: gareth Date: Wed, 1 May 2013 21:20:26 +0000 (+0100) Subject: Remove errant trailing whitespace. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=23e97ae89303f7e8933dce0c42de08d214bad066;p=rust.git Remove errant trailing whitespace. --- diff --git a/src/libcore/run.rs b/src/libcore/run.rs index 0a8ccc3c5e9..0850121d602 100644 --- a/src/libcore/run.rs +++ b/src/libcore/run.rs @@ -374,7 +374,7 @@ mod rustrt { unsafe fn rust_set_environ(envp: *c_void); } } - + unsafe { let pid = fork();