Skip to content

Commit eec235f

Browse files
Chris Ryderchrisr-diffblue
authored andcommitted
clang-format goto_convert_exceptions.cpp
1 parent 76cf0ec commit eec235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/goto_convert_exceptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void goto_convertt::convert_CPROVER_throw(
194194
dest.add_instruction(ASSIGN);
195195

196196
t_set_exception->source_location=code.source_location();
197-
t_set_exception->code=code_assignt(exception_flag(mode), true_exprt());
197+
t_set_exception->code = code_assignt(exception_flag(mode), true_exprt());
198198
}
199199

200200
// do we catch locally?

0 commit comments

Comments
 (0)