Skip to content

Commit

Permalink
Remove stray whitespace previously demanded by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed May 18, 2018
1 parent 3261f4d commit 05e4bc3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/goto-programs/generate_function_bodies.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <regex>\n" \
#define HELP_REPLACE_FUNCTION_BODY \
" --generate-function-body <regex>\n" \
/* NOLINTNEXTLINE(whitespace/line_length) */ \
" Generate bodies for functions matching regex\n" \
" --generate-function-body-options <option>\n" \
" One of assert-false, assume-false,\n" \
" --generate-function-body-options <option>\n" \
" One of assert-false, assume-false,\n" \
/* NOLINTNEXTLINE(whitespace/line_length) */ \
" nondet-return, assert-false-assume-false and\n" \
" havoc[,params:<regex>][,globals:<regex>]\n" \
" havoc[,params:<regex>][,globals:<regex>]\n" \
" (default: nondet-return)"
// clang-format on

Expand Down

0 comments on commit 05e4bc3

Please sign in to comment.