Re-fix whitespace
This commit is contained in:
parent
0276a3376b
commit
e3c6e5e5b6
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ fn id_visitor(vfn: fn@(node_id)) -> visit::vt<()> {
|
|||
|
||||
visit_expr: fn@(e: @expr) {
|
||||
vfn(e.id);
|
||||
alt e.node {
|
||||
alt e.node {
|
||||
expr_index(*) | expr_assign_op(*) |
|
||||
expr_unary(*) | expr_binary(*) {
|
||||
vfn(ast_util::op_expr_callee_id(e));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue