Remove zerobreak between foo and ( on a call expr. Never looks right.
This commit is contained in:
parent
f34d19a242
commit
f29d04672b
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue