mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
whitespace
This commit is contained in:
parent
405650c183
commit
852dc6d190
3 changed files with 48 additions and 48 deletions
|
@ -31,7 +31,7 @@ model_core::~model_core() {
|
|||
for (; it2 != end2; ++it2) {
|
||||
m_manager.dec_ref(it2->m_key);
|
||||
dealloc(it2->m_value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool model_core::eval(func_decl* f, expr_ref & r) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue