Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/lufa.git] / Demos / Host / LowLevel / GenericHIDHost / GenericHIDHost.c
index 720ad03..953bf12 100644 (file)
@@ -51,7 +51,7 @@ int main(void)
        for (;;)
        {
                ReadNextReport();
-               
+
                USB_USBTask();
        }
 }