3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 23:13:57 +00:00

Wnewline-eof

This commit is contained in:
Daniel J. Hofmann 2015-04-03 19:31:09 +02:00
parent 6150083276
commit 88f6e74a27
5 changed files with 5 additions and 5 deletions

View file

@ -1009,4 +1009,4 @@ app * fpa_util::mk_internal_to_sbv_unspecified(unsigned width) {
app * fpa_util::mk_internal_to_real_unspecified() {
sort * range = m_a_util.mk_real();
return m().mk_app(get_family_id(), OP_FPA_INTERNAL_TO_REAL_UNSPECIFIED, 0, 0, 0, 0, range);
}
}