Remove zerobreak between foo and ( on a call expr. Never looks right.
This commit is contained in:
parent
f34d19a242
commit
f29d04672b
@ -624,7 +624,6 @@ fn print_expr(&ps s, &@ast::expr expr) {
|
||||
}
|
||||
case (ast::expr_call(?func,?args,_)) {
|
||||
print_expr(s, func);
|
||||
zerobreak(s.s);
|
||||
popen(s);
|
||||
commasep_exprs(s, inconsistent, args);
|
||||
pclose(s);
|
||||
|
Loading…
x
Reference in New Issue
Block a user