mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
6d764cc361
commit
5653fe666d
@ -18,13 +18,13 @@ pub fn main() {
|
||||
p2.recv();
|
||||
error!("sibling fails");
|
||||
fail!();
|
||||
}
|
||||
}
|
||||
let (p3,c3) = comm::stream();
|
||||
c.send(c3);
|
||||
c2.send(());
|
||||
error!("child blocks");
|
||||
p3.recv();
|
||||
};
|
||||
};
|
||||
error!("parent tries");
|
||||
assert !p.recv().try_send(());
|
||||
error!("all done!");
|
||||
|
Loading…
Reference in New Issue
Block a user