word => word_space

This commit is contained in:
Tim Chevalier 2012-10-17 11:21:45 -07:00
parent 66151d02f5
commit 7236472e67

View file

@ -877,7 +877,7 @@ fn print_possibly_embedded_block_(s: ps, blk: ast::blk, embedded: embed_type,
indented: uint, attrs: ~[ast::attribute],
close_box: bool) {
match blk.node.rules {
ast::unsafe_blk => word(s.s, ~"unsafe "),
ast::unsafe_blk => word_space(s, ~"unsafe"),
ast::default_blk => ()
}
maybe_print_comment(s, blk.span.lo);