mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Refactor alignment of member variables in bv_plugin of sls namespace
This commit is contained in:
parent
8319832d20
commit
a8486d6019
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ namespace sls {
|
|||
|
||||
class bv_plugin : public plugin {
|
||||
bv_util bv;
|
||||
sls::bv_terms m_terms;
|
||||
bv_eval m_eval;
|
||||
bv_terms m_terms;
|
||||
bv_eval m_eval;
|
||||
bv::sls_stats m_stats;
|
||||
bool m_initialized = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue