Skip to content

Commit af23092

Browse files
author
Daniel Kroening
authored
Merge pull request #1286 from tautschnig/cover-minor-fixes
Fixed whitespace around "="
2 parents f71ff9f + b71a9f4 commit af23092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/cover.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ void instrument_cover_goals(
10751075

10761076
Forall_goto_program_instructions(i_it, goto_program)
10771077
{
1078-
std::string curr_function = id2string(i_it->function);
1078+
std::string curr_function=id2string(i_it->function);
10791079

10801080
// if the --cover-function-only flag is set, then we only add coverage
10811081
// instrumentation for the entry function

0 commit comments

Comments
 (0)