Skip to content

Commit e2d75fa

Browse files
Reformat #if-#endif
to make clang-format happy
1 parent 194b0a7 commit e2d75fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void goto_analyzer_parse_optionst::get_command_line_options(optionst &options)
9191
if(cmdline.isset("function"))
9292
options.set_option("function", cmdline.get_value("function"));
9393

94-
#if 0
94+
#if 0
9595
if(cmdline.isset("c89"))
9696
config.ansi_c.set_c89();
9797

@@ -109,9 +109,9 @@ void goto_analyzer_parse_optionst::get_command_line_options(optionst &options)
109109

110110
if(cmdline.isset("cpp11"))
111111
config.cpp.set_cpp11();
112-
#endif
112+
#endif
113113

114-
#if 0
114+
#if 0
115115
// check assertions
116116
if(cmdline.isset("no-assertions"))
117117
options.set_option("assertions", false);
@@ -127,7 +127,7 @@ void goto_analyzer_parse_optionst::get_command_line_options(optionst &options)
127127
// magic error label
128128
if(cmdline.isset("error-label"))
129129
options.set_option("error-label", cmdline.get_values("error-label"));
130-
#endif
130+
#endif
131131

132132
// Select a specific analysis
133133
if(cmdline.isset("taint"))

0 commit comments

Comments
 (0)