Skip to content

Commit 78a1bb0

Browse files
author
Mark R. Tuttle
committed
Repair formatting for clang-format.
1 parent ed83140 commit 78a1bb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/goto-symex/symex_complexity_limit_exceeded_action.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ class symex_complexity_limit_exceeded_actiont
1818
{
1919
current_state.reachable = false;
2020
}
21-
virtual ~symex_complexity_limit_exceeded_actiont() {}
21+
virtual ~symex_complexity_limit_exceeded_actiont()
22+
{
23+
}
2224
};
2325

2426
#endif // CPROVER_GOTO_SYMEX_SYMEX_COMPLEXITY_LIMIT_EXCEEDED_ACTION_H

0 commit comments

Comments
 (0)