3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-09-06 02:26:46 -07:00
commit 68a2db8c93

View file

@ -44,7 +44,7 @@ format * smt2_pp_environment::pp_fdecl_name(symbol const & s, unsigned & len) co
return mk_string(m, str.c_str());
}
else if (!s.bare_str()) {
return mk_string(m,"null");
return mk_string(m, "null");
}
else {
len = static_cast<unsigned>(strlen(s.bare_str()));