3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

Style, whitespace.

This commit is contained in:
Christoph M. Wintersteiger 2016-12-16 20:04:29 +00:00
parent a1a662b23f
commit 6ce903b1d6
2 changed files with 10 additions and 11 deletions

View file

@ -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; }