3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 22:35:45 +00:00

whitespace

This commit is contained in:
Christoph M. Wintersteiger 2016-04-01 13:22:16 +01:00
parent 405650c183
commit 852dc6d190
3 changed files with 48 additions and 48 deletions

View file

@ -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 {