We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7503ac6 commit 22ed54bCopy full SHA for 22ed54b
src/goto-instrument/accelerate/enumerating_loop_acceleration.h
@@ -50,15 +50,14 @@ class enumerating_loop_accelerationt
50
goto_functions,
51
guard_manager),
52
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))
+ path_enumerator(util_make_unique<sat_path_enumeratort>(
+ message_handler,
+ symbol_table,
+ goto_functions,
+ goto_program,
+ loop,
+ loop_header,
+ guard_manager))
62
{
63
}
64
0 commit comments