[arrayTools] fix mixed indentation
This particual file originally contained spaces, so we revert to that... sorry.
This commit is contained in:
parent
558dad9028
commit
8afa763ad2
@ -121,6 +121,7 @@ def intRect(rect1):
|
||||
yMax = int(math.ceil(yMax))
|
||||
return (xMin, yMin, xMax, yMax)
|
||||
|
||||
|
||||
class Vector(object):
|
||||
"""A math-like vector."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user