Skip to content

Commit e38a1cb

Browse files
msullivangraydon
authored andcommitted
---
yaml --- r: 2871 b: refs/heads/master c: f4df2e4 h: refs/heads/master i: 2869: 32e5733 2867: b20c429 2863: 63f7c32 v: v3
1 parent 498f0d2 commit e38a1cb

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: 78b0d33c3552e47d9472f8ea4c1fb996a21597dc
2+
refs/heads/master: f4df2e4974388d5104d3eb57487ffcd01cc974b2

trunk/src/comp/pretty/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
693693
case (ast::expr_move(?lhs,?rhs,_)) {
694694
print_expr(s, lhs);
695695
space(s.s);
696-
wrd1(s, "<-");
696+
word_space(s, "<-");
697697
print_expr(s, rhs);
698698
}
699699
case (ast::expr_assign(?lhs,?rhs,_)) {

0 commit comments

Comments
 (0)