Skip to content

Commit cf4df69

Browse files
committed
Add missing newline in help output
We only ended up with reasonable output as the next line was a newline.
1 parent 0ad6a7b commit cf4df69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-checker/bmc_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void run_property_decider(
245245
" complexity violations before the loop\n" \
246246
" gets blacklisted\n" \
247247
" --graphml-witness filename write the witness in GraphML format to filename\n" /* NOLINT(*) */ \
248-
" --symex-cache-dereferences enable caching of repeated dereferences" \
248+
" --symex-cache-dereferences enable caching of repeated dereferences\n" \
249249
// clang-format on
250250

251251
#endif // CPROVER_GOTO_CHECKER_BMC_UTIL_H

0 commit comments

Comments
 (0)