Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/USBasp.git] / Demos / Host / ClassDriver / KeyboardHost / KeyboardHost.c
index 81c877a..f2050e8 100644 (file)
@@ -140,7 +140,7 @@ void KeyboardHost_Task(void)
                        {
                                PressedKey = '\n';
                        }
-                       
+
                        if (PressedKey)
                          putchar(PressedKey);
                }