mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 03:16:21 +00:00
fix whitespace inconsistencies in qfnia_tactic.cpp
Remove trailing space after mk_propagate_values_tactic and replace tab-based indentation with spaces for mk_card2bv_tactic, introduced in the recent 'add solve-eqs to the qfnia tactic' commit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
eefb644c93
commit
779892c166
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ static tactic * mk_qfnia_preamble(ast_manager & m, params_ref const & p_ref) {
|
||||||
using_params(mk_simplify_tactic(m), pull_ite_p),
|
using_params(mk_simplify_tactic(m), pull_ite_p),
|
||||||
mk_elim_uncnstr_tactic(m),
|
mk_elim_uncnstr_tactic(m),
|
||||||
using_params(mk_lia2card_tactic(m, lia2card_p), lia2card_p),
|
using_params(mk_lia2card_tactic(m, lia2card_p), lia2card_p),
|
||||||
mk_card2bv_tactic(m, p_ref),
|
mk_card2bv_tactic(m, p_ref),
|
||||||
skip_if_failed(using_params(mk_cofactor_term_ite_tactic(m), elim_p)));
|
skip_if_failed(using_params(mk_cofactor_term_ite_tactic(m), elim_p)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue