3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix indent

This commit is contained in:
Murphy Berzish 2017-02-23 15:25:20 -05:00
parent 6387d59f5c
commit 3816779ba1

View file

@ -46,8 +46,8 @@ namespace smt {
bool operator()(bool_var v1, bool_var v2) const {
double p_v1, p_v2;
if (!m_theory_var_priority.find(v1, p_v1)) {
p_v1 = 0.0;
}
p_v1 = 0.0;
}
if (!m_theory_var_priority.find(v2, p_v2)) {
p_v2 = 0.0;
}