Skip to content

Commit c3ce5b1

Browse files
author
Owen
committed
Make clang-format happy
This code wasn't edited by my commit, but was within the context lines of the diff, which appears to mean that clang-format cares about it.
1 parent cae37d9 commit c3ce5b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/goto-symex/symex_dereference_state.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,22 @@ void symex_dereference_statet::get_value_set(
8686
{
8787
state.value_set.get_value_set(expr, value_set, ns);
8888

89-
#if 0
89+
#if 0
9090
std::cout << "**************************\n";
9191
state.value_set.output(goto_symex.ns, std::cout);
9292
std::cout << "**************************\n";
93-
#endif
93+
#endif
9494

95-
#if 0
95+
#if 0
9696
std::cout << "E: " << from_expr(goto_symex.ns, "", expr) << '\n';
97-
#endif
97+
#endif
9898

99-
#if 0
99+
#if 0
100100
std::cout << "**************************\n";
101101
for(value_setst::valuest::const_iterator it=value_set.begin();
102102
it!=value_set.end();
103103
it++)
104104
std::cout << from_expr(goto_symex.ns, "", *it) << '\n';
105105
std::cout << "**************************\n";
106-
#endif
106+
#endif
107107
}

0 commit comments

Comments
 (0)