Skip to content

Commit d15d842

Browse files
committed
Fix indentation in convert_nondet
1 parent 6deaa3b commit d15d842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/convert_nondet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static void convert_nondet(
132132
{
133133
for(auto instruction_iterator=goto_program.instructions.begin(),
134134
end=goto_program.instructions.end();
135-
instruction_iterator!=end;)
135+
instruction_iterator!=end;)
136136
{
137137
instruction_iterator=insert_nondet_init_code(
138138
goto_program,

0 commit comments

Comments
 (0)