Remove extra spaces

This commit is contained in:
jan 2016-06-21 18:26:25 -07:00
parent 2018fa819e
commit 73aaa720b8

View File

@ -70,6 +70,3 @@ def type_to_C(float_type: numpy.float32 or numpy.float64) -> str:
else:
raise Exception('Unsupported type')
return arg_type