Skip to content

Commit 7236472

Browse files
committed
word => word_space
1 parent 66151d0 commit 7236472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/print/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ fn print_possibly_embedded_block_(s: ps, blk: ast::blk, embedded: embed_type,
877877
indented: uint, attrs: ~[ast::attribute],
878878
close_box: bool) {
879879
match blk.node.rules {
880-
ast::unsafe_blk => word(s.s, ~"unsafe "),
880+
ast::unsafe_blk => word_space(s, ~"unsafe"),
881881
ast::default_blk => ()
882882
}
883883
maybe_print_comment(s, blk.span.lo);

0 commit comments

Comments
 (0)