Add some changes that *should* have been in e98286b594

Forgot to amend the commit after fixing the failure.
This commit is contained in:
Marijn Haverbeke 2011-11-23 21:22:44 +01:00
parent 2ac63801d2
commit 8746ebe2e6
2 changed files with 5 additions and 4 deletions

View file

@ -562,6 +562,7 @@ fn print_possibly_embedded_block(s: ps, blk: ast::blk, embedded: embed_type,
block_normal. { bopen(s); }
}
for vi in blk.node.view_items { print_view_item(s, vi); }
for st: @ast::stmt in blk.node.stmts {
print_stmt(s, *st);
}