remove dangling spaces

when changing the checker scripts and/or directly comitting to git head, please make sure to also run the checks first so you don't break the autobuilds
This commit is contained in:
mrdudz
2022-04-18 17:43:56 +02:00
parent 35153a6dca
commit ece6f10588
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
; Convert characters to screen codes
; Helper macro that converts and outputs one character
.macro _scrcode char
.if (char >= 0) .and (char <= 31)