diff --git a/src/goto-programs/generate_function_bodies.h b/src/goto-programs/generate_function_bodies.h index 4801b6cc508..61e818a1b7a 100644 --- a/src/goto-programs/generate_function_bodies.h +++ b/src/goto-programs/generate_function_bodies.h @@ -68,17 +68,21 @@ void generate_function_bodies( goto_modelt &model, message_handlert &message_handler); -#define OPT_REPLACE_FUNCTION_BODY \ - "(generate-function-body):" \ +// clang-format off +#define OPT_REPLACE_FUNCTION_BODY \ + "(generate-function-body):" \ "(generate-function-body-options):" -#define HELP_REPLACE_FUNCTION_BODY \ - " --generate-function-body \n" \ - " Generate bodies for functions matching regex" \ - " --generate-function-body-options