diff --git a/src/goto-programs/generate_function_bodies.h b/src/goto-programs/generate_function_bodies.h index b106f700863..61e818a1b7a 100644 --- a/src/goto-programs/generate_function_bodies.h +++ b/src/goto-programs/generate_function_bodies.h @@ -69,19 +69,19 @@ void generate_function_bodies( message_handlert &message_handler); // clang-format off -#define OPT_REPLACE_FUNCTION_BODY \ - "(generate-function-body):" \ +#define OPT_REPLACE_FUNCTION_BODY \ + "(generate-function-body):" \ "(generate-function-body-options):" -#define HELP_REPLACE_FUNCTION_BODY \ - " --generate-function-body \n" \ +#define HELP_REPLACE_FUNCTION_BODY \ + " --generate-function-body \n" \ /* NOLINTNEXTLINE(whitespace/line_length) */ \ " Generate bodies for functions matching regex\n" \ - " --generate-function-body-options