diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-17 11:21:45 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-17 12:03:18 -0700 |
| commit | 7236472e67a526d996570333669beb9d2dfa2128 (patch) | |
| tree | 8496884ae9f6a1b02833fd45287d00c9bee0acc0 /src/libsyntax | |
| parent | 66151d02f54300bb6f4c326728d6a2d875cdc80a (diff) | |
| download | rust-7236472e67a526d996570333669beb9d2dfa2128.tar.gz rust-7236472e67a526d996570333669beb9d2dfa2128.zip | |
word => word_space
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/print/pprust.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index 9668c161ce3..a57dd0bc581 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -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); |
