Skip to content

Commit b71a9f4

Browse files
committed
Fixed whitespace around "="
1 parent 12cc79c commit b71a9f4

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)