automated whitespace fixes

This commit is contained in:
Daniel Micay 2013-06-13 17:59:34 -04:00
parent 541c657a73
commit ec27644870
24 changed files with 8 additions and 30 deletions

View file

@ -232,4 +232,3 @@ mod std {
pub use str;
pub use os;
}

View file

@ -615,4 +615,3 @@ mod test {
}
}
}

View file

@ -50,4 +50,3 @@ impl Writer for StdWriter {
fn flush(&mut self) { fail!() }
}

View file

@ -228,4 +228,3 @@ mod test {
}
}
}

View file

@ -189,4 +189,3 @@ pub fn stress_factor() -> uint {
None => 1
}
}