3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 04:15:51 +00:00

Formatting

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2012-11-22 20:37:24 +00:00
parent 0111918aff
commit e37a347b33
2 changed files with 65 additions and 65 deletions

View file

@ -51,7 +51,7 @@ namespace Microsoft.Z3
}
set
{
Contract.Requires(value!= null);
Contract.Requires(value != null);
Native.Z3_ast_vector_set(Context.nCtx, NativeObject, i, value.NativeObject);
}