[arrayTools] fix mixed indentation

This particual file originally contained spaces, so we revert to that...
sorry.
This commit is contained in:
Cosimo Lupo 2017-10-11 20:44:42 +01:00
parent 558dad9028
commit 8afa763ad2

View File

@ -121,6 +121,7 @@ def intRect(rect1):
yMax = int(math.ceil(yMax))
return (xMin, yMin, xMax, yMax)
class Vector(object):
"""A math-like vector."""