fix a whitespace snafu (gee, vim can be a pain somethings)

This commit is contained in:
Bill Currie 2001-08-24 21:57:07 +00:00
parent ea451ab02d
commit 8166ee7bfb

View file

@ -1131,7 +1131,9 @@ function_expr (expr_t *e1, expr_t *e2)
}
} else {
*a = e;
} a = &(*a)->next; }
}
a = &(*a)->next;
}
e = new_binary_expr ('c', e1, args);
e->e.expr.type = ftype->aux_type;
append_expr (call, e);