diff --git a/tools/spacefix.py b/tools/spacefix.py index e9d996b36..50595f5bd 100644 --- a/tools/spacefix.py +++ b/tools/spacefix.py @@ -46,4 +46,4 @@ for root, dirs, files in os.walk(mcl5_dir): del codelist[-1] #the last line is there twice, deleting it once... mod.writelines(codelist) mod.close() - print("DONE! check if mcl5 still works!") \ No newline at end of file +print("DONE! check if mcl5 still works!") \ No newline at end of file