File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -68,17 +68,21 @@ void generate_function_bodies(
6868 goto_modelt &model,
6969 message_handlert &message_handler);
7070
71+ // clang-format off
7172#define OPT_REPLACE_FUNCTION_BODY \
7273 " (generate-function-body):" \
7374 " (generate-function-body-options):"
7475
7576#define HELP_REPLACE_FUNCTION_BODY \
7677 " --generate-function-body <regex>\n " \
77- " Generate bodies for functions matching regex" \
78+ /* NOLINTNEXTLINE(whitespace/line_length) */ \
79+ " Generate bodies for functions matching regex\n " \
7880 " --generate-function-body-options <option>\n " \
7981 " One of assert-false, assume-false,\n " \
80- " nondet-return, assert-false-assume-false and" \
81- " \n havoc[,params:<regex>][,globals:<regex>]\n " \
82+ /* NOLINTNEXTLINE(whitespace/line_length) */ \
83+ " nondet-return, assert-false-assume-false and\n " \
84+ " havoc[,params:<regex>][,globals:<regex>]\n " \
8285 " (default: nondet-return)"
86+ // clang-format on
8387
8488#endif // CPROVER_GOTO_PROGRAMS_GENERATE_FUNCTION_BODIES_H
You can’t perform that action at this time.
0 commit comments