3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

formatting

This commit is contained in:
Christoph M. Wintersteiger 2015-12-17 17:39:23 +00:00
parent 1cc2385fd2
commit ed1e8b73ed

View file

@ -939,7 +939,7 @@ extern "C" {
}
else if (!mpfm.is_regular(val)) {
SET_ERROR_CODE(Z3_INVALID_ARG)
return "";
return "";
}
unsigned sbits = val.get().get_sbits();
scoped_mpq q(mpqm);
@ -992,7 +992,7 @@ extern "C" {
}
else if (!mpfm.is_normal(val) && !mpfm.is_denormal(val)) {
SET_ERROR_CODE(Z3_INVALID_ARG)
return "";
return "";
}
mpf_exp_t exp = mpfm.exp_normalized(val);
std::stringstream ss;