Skip to content

Commit 87c99c7

Browse files
author
Remi Delmas
committed
fixing whitespace in contracts.cpp
1 parent 7fa006e commit 87c99c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/contracts/contracts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ bool code_contractst::is_loop_free(const goto_programt &goto_program)
16521652
goto_program.instructions.size() == cfg.size(),
16531653
"Instruction list vs CFG size mismatch.");
16541654

1655-
//compute SCCs
1655+
// compute SCCs
16561656
std::vector<node_indext> node_to_scc(cfg.size(), -1);
16571657
auto nof_sccs = cfg.SCCs(node_to_scc);
16581658

0 commit comments

Comments
 (0)