mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
fix spacing
This commit is contained in:
parent
55421afd61
commit
8e2027107d
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ void func_interp::compress() {
|
||||||
m().dec_ref(m_else);
|
m().dec_ref(m_else);
|
||||||
m_else = new_else;
|
m_else = new_else;
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
#endif
|
#endif
|
||||||
if (!m_entries.empty() && is_identity()) {
|
if (!m_entries.empty() && is_identity()) {
|
||||||
for (func_entry * curr : m_entries) {
|
for (func_entry * curr : m_entries) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue