fix trailing whitespace
This commit is contained in:
parent
f2ca54991f
commit
1a6dadad5b
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ mod tests {
|
|||
for 10.times { task::yield(); }
|
||||
s.signal();
|
||||
let _ = p.recv();
|
||||
|
||||
|
||||
/* Parent waits and child signals */
|
||||
let (c,p) = pipes::stream();
|
||||
let s = ~new_semaphore(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue