mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix indent
This commit is contained in:
parent
6387d59f5c
commit
3816779ba1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue