Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/USBasp.git] / Demos / Host / ClassDriver / MouseHostWithParser / MouseHostWithParser.c
index d8a6b74..46105f3 100644 (file)
@@ -107,7 +107,7 @@ void MouseHost_Task(void)
 {
        if (USB_HostState != HOST_STATE_Configured)
          return;
-       
+
        if (HID_Host_IsReportReceived(&Mouse_HID_Interface))
        {
                uint8_t MouseReport[Mouse_HID_Interface.State.LargestReportSize];