fix the indentation of foreign constant

This commit is contained in:
Jyun-Yan You 2012-10-08 16:36:09 +08:00 committed by Tim Chevalier
parent f7ce3dc55f
commit ca5506a5de

View file

@ -433,6 +433,7 @@ fn print_foreign_item(s: ps, item: @ast::foreign_item) {
print_type(s, t);
word(s.s, ~";");
end(s); // end the head-ibox
end(s); // end the outer cbox
}
}
}