File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/goto-instrument/contracts/dynamic-frames Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ class optionst;
5858
5959// clang-format off
6060#define HELP_DFCC \
61- " --dfcc <harness> activate dynamic frame condition checking for function\n " \
62- " contracts using the given harness as entry point"
61+ " --dfcc <harness> activate dynamic frame condition checking for function\n " \
62+ " contracts using the given harness as entry point\n "
6363
6464#define FLAG_ENFORCE_CONTRACT_REC " enforce-contract-rec"
6565#define OPT_ENFORCE_CONTRACT_REC " (" FLAG_ENFORCE_CONTRACT_REC " ):"
6666#define HELP_ENFORCE_CONTRACT_REC \
6767 " --enforce-contract-rec <function>[/<contract>]" \
6868 " wrap fun with an assertion of the contract\n " \
6969 " and assume recursive calls to fun satisfy \n " \
70- " the contract"
70+ " the contract\n "
7171// clang-format on
7272
7373// / Exception thrown for bad function/contract specification pairs passed on
You can’t perform that action at this time.
0 commit comments