Remove zerobreak between foo and ( on a call expr. Never looks right.

This commit is contained in:
Graydon Hoare 2011-06-03 17:32:22 -07:00
parent f34d19a242
commit f29d04672b

View File

@ -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);