fixed missing newline at the end of the file

This commit is contained in:
Anton Lydike 2021-12-10 13:46:57 +01:00
parent b317974dcc
commit 52e189c226

View File

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