Skip to content

Commit b4f25af

Browse files
committed
Fix help formatting of checks
Adds a missing newline before --float-overflow-check.
1 parent d832f93 commit b4f25af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/goto_check_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void goto_check_c(
6363
"enable pointer arithmetic over- and underflow checks\n" \
6464
" {y--conversion-check} \t " \
6565
"check whether values can be represented after type cast\n" \
66-
" {y--undefined-shift-check} \t check shift greater than bit-width" \
66+
" {y--undefined-shift-check} \t check shift greater than bit-width\n" \
6767
" {y--float-overflow-check} \t check floating-point for +/-Inf\n" \
6868
" {y--nan-check} \t check floating-point for NaN\n" \
6969
" {y--enum-range-check} \t " \

0 commit comments

Comments
 (0)