Skip to content

Commit 24f1625

Browse files
committed
clang-format compatible indent of preprocessor commands
Update required as the preceding commit touches nearby lines.
1 parent 8583395 commit 24f1625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pointer-analysis/value_set_analysis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void value_sets_to_xml(
4646
xmlt &var=i.new_element("variable");
4747
var.new_element("identifier").data = id2string(values_entry.first);
4848

49-
#if 0
49+
#if 0
5050
const value_sett::expr_sett &expr_set=
5151
v_it->second.expr_set();
5252

@@ -61,7 +61,7 @@ void value_sets_to_xml(
6161
var.new_element("value").data=
6262
xmlt::escape(value_str);
6363
}
64-
#endif
64+
#endif
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)