Skip to content

Commit 1a6dada

Browse files
committed
fix trailing whitespace
1 parent f2ca549 commit 1a6dada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ mod tests {
126126
for 10.times { task::yield(); }
127127
s.signal();
128128
let _ = p.recv();
129-
129+
130130
/* Parent waits and child signals */
131131
let (c,p) = pipes::stream();
132132
let s = ~new_semaphore(0);

0 commit comments

Comments
 (0)