fixed missing newline at the end of the file

float_support
Anton Lydike 3 years ago
parent b317974dcc
commit 52e189c226

@ -104,4 +104,4 @@ def bind_twos_complement(val):
return val + 4294967296
elif val > 2147483647:
return val - 4294967296
return val
return val

Loading…
Cancel
Save