File tree 1 file changed +3
-3
lines changed
src/goto-instrument/contracts/dynamic-frames
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ class optionst;
58
58
59
59
// clang-format off
60
60
#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 "
63
63
64
64
#define FLAG_ENFORCE_CONTRACT_REC " enforce-contract-rec"
65
65
#define OPT_ENFORCE_CONTRACT_REC " (" FLAG_ENFORCE_CONTRACT_REC " ):"
66
66
#define HELP_ENFORCE_CONTRACT_REC \
67
67
" --enforce-contract-rec <function>[/<contract>]" \
68
68
" wrap fun with an assertion of the contract\n " \
69
69
" and assume recursive calls to fun satisfy \n " \
70
- " the contract"
70
+ " the contract\n "
71
71
// clang-format on
72
72
73
73
// / Exception thrown for bad function/contract specification pairs passed on
You can’t perform that action at this time.
0 commit comments