fix trailing whitespace
This commit is contained in:
parent
f2ca54991f
commit
1a6dadad5b
@ -126,7 +126,7 @@ fn test_sem_as_cvar() {
|
||||
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…
Reference in New Issue
Block a user