word => word_space
This commit is contained in:
parent
66151d02f5
commit
7236472e67
@ -877,7 +877,7 @@ fn print_possibly_embedded_block_(s: ps, blk: ast::blk, embedded: embed_type,
|
|||||||
indented: uint, attrs: ~[ast::attribute],
|
indented: uint, attrs: ~[ast::attribute],
|
||||||
close_box: bool) {
|
close_box: bool) {
|
||||||
match blk.node.rules {
|
match blk.node.rules {
|
||||||
ast::unsafe_blk => word(s.s, ~"unsafe "),
|
ast::unsafe_blk => word_space(s, ~"unsafe"),
|
||||||
ast::default_blk => ()
|
ast::default_blk => ()
|
||||||
}
|
}
|
||||||
maybe_print_comment(s, blk.span.lo);
|
maybe_print_comment(s, blk.span.lo);
|
||||||
|
Loading…
Reference in New Issue
Block a user