Re-enable tidy (it was broken) and fix various non-tidy things.
This commit is contained in:
parent
190644063e
commit
c796a8f24d
17 changed files with 51 additions and 39 deletions
|
@ -8,9 +8,9 @@ fn main() {
|
|||
log y;
|
||||
do {
|
||||
do {
|
||||
do {
|
||||
x <- y;
|
||||
} while (true);
|
||||
do {
|
||||
x <- y;
|
||||
} while (true);
|
||||
} while (true);
|
||||
} while (true);
|
||||
} while (true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue