mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
align use of spaces before for/if/while
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
190428ab3f
commit
035baf7cb9
|
@ -504,7 +504,8 @@ namespace {
|
||||||
m_todo.pop_back();
|
m_todo.pop_back();
|
||||||
process_app(a, out);
|
process_app(a, out);
|
||||||
m_visited.mark(a, true);
|
m_visited.mark(a, true);
|
||||||
} while(!m_todo.empty());
|
}
|
||||||
|
while (!m_todo.empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool pick_implicant(const expr_ref_vector &in, expr_ref_vector &out) {
|
bool pick_implicant(const expr_ref_vector &in, expr_ref_vector &out) {
|
||||||
|
|
Loading…
Reference in a new issue