3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-13 01:16:15 +00:00

fixed tab

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-27 09:23:44 -08:00
parent 41a59325d9
commit c00f20832a

View file

@ -632,7 +632,7 @@ class FuncDeclRef(AstRef):
>>> f(x, x) >>> f(x, x)
f(x, ToReal(x)) f(x, ToReal(x))
""" """
args = _get_args(args) args = _get_args(args)
num = len(args) num = len(args)
if __debug__: if __debug__:
_z3_assert(num == self.arity(), "Incorrect number of arguments to %s" % self) _z3_assert(num == self.arity(), "Incorrect number of arguments to %s" % self)