Skip to content

Commit f10ab30

Browse files
author
Daniel Kroening
committed
manual: remove unnecessary indentation
1 parent 3956d75 commit f10ab30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/cprover-manual/properties.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ int do_something_with_complex(struct Complex *complex);
243243
And the command line
244244
245245
```
246-
goto-instrument in.goto out.goto
247-
--generate-function-body do_something_with_complex
248-
--generate-function-body-options
249-
'havoc,params:.*,globals:AGlobalComplex'
246+
goto-instrument in.goto out.goto
247+
--generate-function-body do_something_with_complex
248+
--generate-function-body-options
249+
'havoc,params:.*,globals:AGlobalComplex'
250250
```
251251
252252
The goto code equivalent of the following will be generated:

0 commit comments

Comments
 (0)