We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05436f0 + 06a78c2 commit 6b44128Copy full SHA for 6b44128
src/ansi-c/goto-conversion/goto_check_c.h
@@ -55,7 +55,7 @@ void goto_check_c(
55
56
// clang-format off
57
#define HELP_GOTO_CHECK \
58
- " {y--no-standard-checks} \t disable default checks (more information in manpage)" /* NOLINT(whitespace/line_length) */ \
+ " {y--no-standard-checks} \t disable default checks (more information in manpage)\n" /* NOLINT(whitespace/line_length) */ \
59
" {y--bounds-check} \t enable array bounds checks (default on)\n" \
60
" {y--no-bounds-check} \t disable array bounds checks\n" \
61
" {y--pointer-check} \t enable pointer checks (default on)\n" \
0 commit comments