Skip to content

Commit a0d01d0

Browse files
committed
formatted
1 parent e520282 commit a0d01d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-instrument/cover.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,14 +755,14 @@ bool is_mcdc_pair(
755755
values_of_atomic_exprts(e2, conditions);
756756

757757
// A mcdc pair should result in different ''decision''
758-
if(eval_exprt(atomic_exprts_e1, decision)
759-
==eval_exprt(atomic_exprts_e2, decision))
758+
if(eval_exprt(atomic_exprts_e1, decision)==
759+
eval_exprt(atomic_exprts_e2, decision))
760760
return false;
761761

762762
// A mcdc pair regarding an atomic exprt ''c''
763763
// should have different values of ''c''
764764
if(atomic_exprts_e1.find(c)->second==
765-
atomic_exprts_e2.find(c)->second)
765+
atomic_exprts_e2.find(c)->second)
766766
return false;
767767

768768
/**

0 commit comments

Comments
 (0)