mirror of
https://github.com/Z3Prover/z3
synced 2026-03-15 17:49:59 +00:00
Fix indentation: use spaces instead of tabs in api_model.cpp CHECK_NON_NULL
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
f413a24408
commit
682fa3f815
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ extern "C" {
|
|||
LOG_Z3_add_func_interp(c, m, f, else_val);
|
||||
RESET_ERROR_CODE();
|
||||
CHECK_NON_NULL(m, nullptr);
|
||||
CHECK_NON_NULL(f, nullptr);
|
||||
CHECK_NON_NULL(f, nullptr);
|
||||
func_decl* d = to_func_decl(f);
|
||||
model* mdl = to_model_ref(m);
|
||||
Z3_func_interp_ref * f_ref = alloc(Z3_func_interp_ref, *mk_c(c), mdl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue