]> git.lizzy.rs Git - rust.git/commitdiff
Remove excess newline
authorBryan Drewery <bryan@shatow.net>
Tue, 27 Feb 2018 07:51:39 +0000 (23:51 -0800)
committerBryan Drewery <bryan@shatow.net>
Wed, 28 Feb 2018 23:36:32 +0000 (15:36 -0800)
src/libstd/sys/unix/process/process_unix.rs

index 9765ff37e9b7d847cf9774eda7eb56c55063e615..fa66245abb6d2c6772382337bdf9f9fb09138291 100644 (file)
@@ -24,7 +24,6 @@ pub fn spawn(&mut self, default: Stdio, needs_stdin: bool)
                  -> io::Result<(Process, StdioPipes)> {
         use sys;
 
-
         const CLOEXEC_MSG_FOOTER: &'static [u8] = b"NOEX";
 
         let envp = self.capture_env();