mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix spacing
This commit is contained in:
parent
55421afd61
commit
8e2027107d
|
@ -294,9 +294,9 @@ void func_interp::compress() {
|
|||
m().dec_ref(m_else);
|
||||
m_else = new_else;
|
||||
}
|
||||
else
|
||||
//else
|
||||
#endif
|
||||
if (!m_entries.empty() && is_identity()) {
|
||||
if (!m_entries.empty() && is_identity()) {
|
||||
for (func_entry * curr : m_entries) {
|
||||
curr->deallocate(m(), m_arity);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue