mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
Replace tabs with spaces in python files.
This commit is contained in:
parent
6a496a1bfb
commit
e5b6b6d1d3
2 changed files with 22 additions and 22 deletions
|
@ -266,7 +266,7 @@ def param2dotnet(p):
|
|||
elif k == OUT_ARRAY:
|
||||
return "[Out] %s[]" % type2dotnet(param_type(p))
|
||||
elif k == OUT_MANAGED_ARRAY:
|
||||
return "[Out] out %s[]" % type2dotnet(param_type(p))
|
||||
return "[Out] out %s[]" % type2dotnet(param_type(p))
|
||||
else:
|
||||
return type2dotnet(param_type(p))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue