1
Fork 0

Reformat source tree (minus a couple tests that are still grumpy).

This commit is contained in:
Graydon Hoare 2011-06-15 11:19:50 -07:00
parent 8d381823e2
commit ce72993488
379 changed files with 13643 additions and 18907 deletions

View file

@ -1,11 +1,5 @@
tag t {
foo(@int);
}
fn main() {
auto tt = foo(@10);
alt (tt) {
case (foo(?z)) {
}
}
}
tag t { foo(@int); }
fn main() { auto tt = foo(@10); alt (tt) { case (foo(?z)) { } } }