File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ void reachability_slicer(
32
32
const std::list<std::string> &properties,
33
33
const bool include_forward_reachability);
34
34
35
- #define OPT_REACHABILITY_SLICER \
35
+ // clang-format off
36
+ #define OPT_REACHABILITY_SLICER \
36
37
" (reachability-slice)(reachability-slice-fb)" // NOLINT(*)
37
38
38
- #define HELP_REACHABILITY_SLICER \
39
- " --reachability-slice remove instructions that cannot appear on a " \
40
- " trace from entry point to a property \n " \
41
- " --reachability-slice-fb remove instructions that cannot appear on a " \
42
- " trace from entry point through a property\n " // NOLINT(*)
43
-
39
+ #define HELP_REACHABILITY_SLICER \
40
+ " --reachability-slice remove instructions that cannot appear on\n " \
41
+ " a trace from entry point to a property \n " \
42
+ " --reachability-slice-fb remove instructions that cannot appear on\n " \
43
+ " a trace from entry point through a property\n " // NOLINT(*)
44
+ // clang-format on
44
45
#endif // CPROVER_GOTO_INSTRUMENT_REACHABILITY_SLICER_H
You can’t perform that action at this time.
0 commit comments