Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 14, 2022
1 parent 55421af commit 8e20271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/func_interp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8e20271

Please sign in to comment.