We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad6a7b commit cf4df69Copy full SHA for cf4df69
src/goto-checker/bmc_util.h
@@ -245,7 +245,7 @@ void run_property_decider(
245
" complexity violations before the loop\n" \
246
" gets blacklisted\n" \
247
" --graphml-witness filename write the witness in GraphML format to filename\n" /* NOLINT(*) */ \
248
- " --symex-cache-dereferences enable caching of repeated dereferences" \
+ " --symex-cache-dereferences enable caching of repeated dereferences\n" \
249
// clang-format on
250
251
#endif // CPROVER_GOTO_CHECKER_BMC_UTIL_H
0 commit comments