mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
fix a whitespace snafu (gee, vim can be a pain somethings)
This commit is contained in:
parent
ea451ab02d
commit
8166ee7bfb
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue