3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 21:03:39 +00:00

Whitespace

This commit is contained in:
Christoph M. Wintersteiger 2015-12-03 17:55:31 +00:00
parent 00271e5531
commit 36a4828526

View file

@ -195,9 +195,7 @@ extern "C" {
def_API('Z3_optimize_to_string', STRING, (_in(CONTEXT), _in(OPTIMIZE))) def_API('Z3_optimize_to_string', STRING, (_in(CONTEXT), _in(OPTIMIZE)))
*/ */
Z3_string Z3_API Z3_optimize_to_string( Z3_string Z3_API Z3_optimize_to_string(Z3_context c, Z3_optimize o);
Z3_context c,
Z3_optimize o);
/** /**