Skip to content

Commit 60c03b3

Browse files
author
Daniel Kroening
committed
whitespace fix
1 parent c6beb68 commit 60c03b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cbmc/bmc.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ safety_checkert::resultt bmct::execute(
374374
(*memory_model)(equation);
375375
}
376376

377-
statistics() << "size of program expression: "
378-
<< equation.SSA_steps.size()
379-
<< " steps" << eom;
377+
statistics() << "size of program expression: "
378+
<< equation.SSA_steps.size()
379+
<< " steps" << eom;
380380

381381
slice();
382382

0 commit comments

Comments
 (0)