Skip to content

Commit 22ed54b

Browse files
Apply clang-format suggestions
No functional change
1 parent 7503ac6 commit 22ed54b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/goto-instrument/accelerate/enumerating_loop_acceleration.h

+8-9
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ class enumerating_loop_accelerationt
5050
goto_functions,
5151
guard_manager),
5252
path_limit(_path_limit),
53-
path_enumerator(
54-
util_make_unique<sat_path_enumeratort>(
55-
message_handler,
56-
symbol_table,
57-
goto_functions,
58-
goto_program,
59-
loop,
60-
loop_header,
61-
guard_manager))
53+
path_enumerator(util_make_unique<sat_path_enumeratort>(
54+
message_handler,
55+
symbol_table,
56+
goto_functions,
57+
goto_program,
58+
loop,
59+
loop_header,
60+
guard_manager))
6261
{
6362
}
6463

0 commit comments

Comments
 (0)