3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +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);
}
}

View file

@ -27,4 +27,4 @@ void dyn_ack_params::updt_params(params_ref const & _p) {
m_dack_threshold = p.dack_threshold();
m_dack_gc = p.dack_gc();
m_dack_gc_inv_decay = p.dack_gc_inv_decay();
}
}

View file

@ -103,4 +103,4 @@ model_converter * mk_fpa2bv_model_converter(ast_manager & m,
obj_map<func_decl, func_decl*> const & uf2bvuf,
obj_map<func_decl, func_decl_triple> const & uf23bvuf);
#endif
#endif

View file

@ -812,4 +812,4 @@ public:
}
};
#endif
#endif

View file

@ -46,4 +46,4 @@ public:
}
};
#endif
#endif