3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fix spacing

This commit is contained in:
Nikolaj Bjorner 2022-06-14 09:49:41 -07:00
parent 55421afd61
commit 8e2027107d

View file

@ -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);
}