mirror of
https://github.com/Z3Prover/z3
synced 2025-11-02 12:37:52 +00:00
Tabs, formatting.
This commit is contained in:
parent
8871cb120a
commit
00651f8f21
63 changed files with 715 additions and 717 deletions
|
|
@ -1209,7 +1209,7 @@ namespace qe {
|
|||
|
||||
void operator()(model& mdl, app_ref_vector& vars, expr_ref& fml) {
|
||||
expr_map map (m);
|
||||
operator()(mdl, vars, fml, map);
|
||||
operator()(mdl, vars, fml, map);
|
||||
}
|
||||
|
||||
void operator()(model& mdl, app_ref_vector& vars, expr_ref& fml, expr_map& map) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue