@@ -68,17 +68,21 @@ void generate_function_bodies(
68
68
goto_modelt &model,
69
69
message_handlert &message_handler);
70
70
71
- #define OPT_REPLACE_FUNCTION_BODY \
72
- " (generate-function-body):" \
71
+ // clang-format off
72
+ #define OPT_REPLACE_FUNCTION_BODY \
73
+ " (generate-function-body):" \
73
74
" (generate-function-body-options):"
74
75
75
- #define HELP_REPLACE_FUNCTION_BODY \
76
- " --generate-function-body <regex>\n " \
77
- " Generate bodies for functions matching regex" \
78
- " --generate-function-body-options <option>\n " \
79
- " One of assert-false, assume-false,\n " \
80
- " nondet-return, assert-false-assume-false and" \
81
- " \n havoc[,params:<regex>][,globals:<regex>]\n " \
76
+ #define HELP_REPLACE_FUNCTION_BODY \
77
+ " --generate-function-body <regex>\n " \
78
+ /* NOLINTNEXTLINE(whitespace/line_length) */ \
79
+ " Generate bodies for functions matching regex\n " \
80
+ " --generate-function-body-options <option>\n " \
81
+ " One of assert-false, assume-false,\n " \
82
+ /* NOLINTNEXTLINE(whitespace/line_length) */ \
83
+ " nondet-return, assert-false-assume-false and\n " \
84
+ " havoc[,params:<regex>][,globals:<regex>]\n " \
82
85
" (default: nondet-return)"
86
+ // clang-format on
83
87
84
88
#endif // CPROVER_GOTO_PROGRAMS_GENERATE_FUNCTION_BODIES_H
0 commit comments