Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/USBasp.git] / Demos / Host / ClassDriver / MouseHost / MouseHost.c
index ebdc4e2..6785af7 100644 (file)
@@ -102,7 +102,7 @@ void MouseHost_Task(void)
 {
        if (USB_HostState != HOST_STATE_Configured)
          return;
-         
+
        if (HID_Host_IsReportReceived(&Mouse_HID_Interface))
        {
                uint8_t LEDMask = LEDS_NO_LEDS;