mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
Style, whitespace.
This commit is contained in:
parent
a1a662b23f
commit
6ce903b1d6
2 changed files with 10 additions and 11 deletions
|
@ -29,8 +29,8 @@ class reslimit {
|
|||
ptr_vector<reslimit> m_children;
|
||||
|
||||
void set_cancel(unsigned f);
|
||||
|
||||
public:
|
||||
|
||||
public:
|
||||
reslimit();
|
||||
void push(unsigned delta_limit);
|
||||
void pop();
|
||||
|
@ -39,7 +39,7 @@ public:
|
|||
|
||||
bool inc();
|
||||
bool inc(unsigned offset);
|
||||
uint64 count() const;
|
||||
uint64 count() const;
|
||||
|
||||
|
||||
bool get_cancel_flag() const { return m_cancel > 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue