File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ bool cbmc_parse_optionst::process_goto_program(
943
943
944
944
status () << " Instrumenting coverage goals" << eom;
945
945
946
- instrument_cover_goalst goals (symbol_table,criteria);
946
+ instrument_cover_goalst goals (symbol_table, criteria);
947
947
goals.instrument_cover_goals (goto_functions);
948
948
949
949
goto_functions.update ();
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ bool symex_parse_optionst::process_goto_program(const optionst &options)
397
397
}
398
398
399
399
status () << " Instrumenting coverge goals" << eom;
400
- instrument_cover_goalst goals (symbol_table,{c});
400
+ instrument_cover_goalst goals (symbol_table, {c});
401
401
goals.instrument_cover_goals (goto_model.goto_functions );
402
402
goto_model.goto_functions .update ();
403
403
}
You can’t perform that action at this time.
0 commit comments