Skip to content

Commit cab8256

Browse files
committed
---
yaml --- r: 5531 b: refs/heads/master c: 8911aef h: refs/heads/master i: 5529: b91b05a 5527: 8aab724 v: v3
1 parent 395b4e6 commit cab8256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1e988f228d3bef3547fa711aaee3ba89e0340eaf
2+
refs/heads/master: 8911aef798ef41dd56e1cc0fb777747476cf3443

trunk/src/comp/syntax/print/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ fn print_fn_args_and_ret(s: ps, decl: ast::fn_decl, constrs: [@ast::constr]) {
11491149
ast::return_ref(mut, arg) {
11501150
word(s.s, mut ? "&!" : "&");
11511151
if vec::len(decl.inputs) > 1u {
1152-
word(s.s, std::uint::str(arg));
1152+
word_space(s, std::uint::str(arg));
11531153
}
11541154
}
11551155
_ {}

0 commit comments

Comments
 (0)