Whitespace cleanup.

I ended up using Visual Studio Code and did a global regex replace
` +\n` -> `\n` (StackOverflow)
This commit is contained in:
Lars Immisch
2024-02-16 16:17:19 +01:00
parent 9b7b767594
commit 0aba948277
8 changed files with 40 additions and 40 deletions

View File

@@ -51,4 +51,4 @@ if __name__ == '__main__':
print("Playback buffer underrun! Continuing nonetheless ...")
data = f.read(320)
out.close()