Skip to content

Commit 30bc071

Browse files
committed
Add "// empty last line" to options list in goto_instrument_parse_options.h
1 parent 8c8801c commit 30bc071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-instrument/goto_instrument_parse_options.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ Author: Daniel Kroening, [email protected]
9797
OPT_REMOVE_CALLS_NO_BODY \
9898
OPT_REPLACE_FUNCTION_BODY \
9999
OPT_GOTO_PROGRAM_STATS \
100-
"(show-local-safe-pointers)(show-safe-dereferences)"
100+
"(show-local-safe-pointers)(show-safe-dereferences)" \
101+
// empty last line
101102

102103
// clang-format on
103104

0 commit comments

Comments
 (0)