Janitor: Remove trailing whitespaces from all files

`git grep -I -l -O'sed -i "s/[[:space:]]*$//"' -e ''`
This commit is contained in:
Olivier Goffart 2025-01-10 12:12:20 +01:00
parent 938b25498c
commit 3e94bd2167
127 changed files with 289 additions and 290 deletions

View file

@ -15,7 +15,7 @@ def test_timer():
if counter == 2:
native.quit_event_loop()
test_timer = native.Timer()
test_timer = native.Timer()
test_timer.start(native.TimerMode.Repeated, timedelta(milliseconds=100), quit_after_two_invocations)
native.run_event_loop()
test_timer.stop()