mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
Whitespace
This commit is contained in:
parent
00271e5531
commit
36a4828526
1 changed files with 7 additions and 9 deletions
|
@ -195,9 +195,7 @@ extern "C" {
|
|||
|
||||
def_API('Z3_optimize_to_string', STRING, (_in(CONTEXT), _in(OPTIMIZE)))
|
||||
*/
|
||||
Z3_string Z3_API Z3_optimize_to_string(
|
||||
Z3_context c,
|
||||
Z3_optimize o);
|
||||
Z3_string Z3_API Z3_optimize_to_string(Z3_context c, Z3_optimize o);
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue