Skip to content

Commit 9699a90

Browse files
Enforced the coding rules in cbmc_parse_options.cpp and symex_parse_options.cpp
Signed-off-by: Lucas Cordeiro <lucasccordeiro@gmail.com>
1 parent cd2b2fc commit 9699a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cbmc/cbmc_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ bool cbmc_parse_optionst::process_goto_program(
943943

944944
status() << "Instrumenting coverage goals" << eom;
945945

946-
instrument_cover_goalst goals(symbol_table,criteria);
946+
instrument_cover_goalst goals(symbol_table, criteria);
947947
goals.instrument_cover_goals(goto_functions);
948948

949949
goto_functions.update();

src/symex/symex_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ bool symex_parse_optionst::process_goto_program(const optionst &options)
397397
}
398398

399399
status() << "Instrumenting coverge goals" << eom;
400-
instrument_cover_goalst goals(symbol_table,{c});
400+
instrument_cover_goalst goals(symbol_table, {c});
401401
goals.instrument_cover_goals(goto_model.goto_functions);
402402
goto_model.goto_functions.update();
403403
}

0 commit comments

Comments
 (0)