mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
formatting updates
This commit is contained in:
parent
f61168cd53
commit
444238bc53
2 changed files with 3 additions and 4 deletions
|
@ -194,9 +194,8 @@ public:
|
|||
while (!is_new) {
|
||||
result = mk_value(next, s, is_new);
|
||||
next++;
|
||||
if (has_max && next > max_size + start) {
|
||||
return nullptr;
|
||||
}
|
||||
if (has_max && next > max_size + start)
|
||||
return nullptr;
|
||||
}
|
||||
SASSERT(result != 0);
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue