Skip to content

Commit 2ac3391

Browse files
committed
---
yaml --- r: 2931 b: refs/heads/master c: f29d046 h: refs/heads/master i: 2929: c8266c2 2927: 7906da7 v: v3
1 parent a6ccd3d commit 2ac3391

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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: f34d19a242e65b5aa2822cd8e46bc693afc3f901
2+
refs/heads/master: f29d04672be58514269925b54fe8ee805b5b59cb

trunk/src/comp/pretty/pprust.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ fn print_expr(&ps s, &@ast::expr expr) {
624624
}
625625
case (ast::expr_call(?func,?args,_)) {
626626
print_expr(s, func);
627-
zerobreak(s.s);
628627
popen(s);
629628
commasep_exprs(s, inconsistent, args);
630629
pclose(s);

0 commit comments

Comments
 (0)