Remove trail spaces

This commit is contained in:
Ray
2021-04-22 18:55:24 +02:00
parent f92ee46d86
commit dcf52c132f
61 changed files with 565 additions and 565 deletions

View File

@@ -58,7 +58,7 @@ int main(void)
name[letterCount] = (char)key;
letterCount++;
}
key = GetCharPressed(); // Check next character in the queue
}