Minor cleanup of the repo (#822)

* *: source files should not be executable

* *: make sure files have final newline

* *: remove BOM from text files

* translations: unify headers

* *: fix typos

* *: trim excess whitespace
This commit is contained in:
a1346054
2021-09-04 21:59:25 +02:00
committed by GitHub
parent ff3cbf5672
commit 32052f214b
152 changed files with 363 additions and 366 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ byte GetKeyboardChar (byte *scanCode)
{
// reduce CPU usage by halting CPU until the next external interrupt is fired
__asm
{
{
hlt
}
}