Skip to content

Commit 6b44128

Browse files
authored
Merge pull request #8306 from diffblue/help-newline
help: add missing newline
2 parents 05436f0 + 06a78c2 commit 6b44128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ansi-c/goto-conversion/goto_check_c.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void goto_check_c(
5555

5656
// clang-format off
5757
#define HELP_GOTO_CHECK \
58-
" {y--no-standard-checks} \t disable default checks (more information in manpage)" /* NOLINT(whitespace/line_length) */ \
58+
" {y--no-standard-checks} \t disable default checks (more information in manpage)\n" /* NOLINT(whitespace/line_length) */ \
5959
" {y--bounds-check} \t enable array bounds checks (default on)\n" \
6060
" {y--no-bounds-check} \t disable array bounds checks\n" \
6161
" {y--pointer-check} \t enable pointer checks (default on)\n" \

0 commit comments

Comments
 (0)