3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-06 18:01:07 +00:00

align use of spaces before for/if/while

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-17 09:43:40 -07:00
parent 190428ab3f
commit 035baf7cb9
4 changed files with 28 additions and 27 deletions

View file

@ -137,7 +137,7 @@ void iuc_proof::compute_marks()
// if current node is application of a lemma, then all
// active hypotheses are removed
if(cur->get_decl_kind() == PR_LEMMA) need_to_mark_h = false;
if (cur->get_decl_kind() == PR_LEMMA) need_to_mark_h = false;
// save results
m_a_mark.mark(cur, need_to_mark_a);
@ -212,9 +212,9 @@ void iuc_proof::display_dot(std::ostream& out) {
std::string color = "white";
if (this->is_a_marked(curr) && !this->is_b_marked(curr))
color = "red";
else if(!this->is_a_marked(curr) && this->is_b_marked(curr))
else if (!this->is_a_marked(curr) && this->is_b_marked(curr))
color = "blue";
else if(this->is_a_marked(curr) && this->is_b_marked(curr) )
else if (this->is_a_marked(curr) && this->is_b_marked(curr) )
color = "purple";
// compute node label