remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / hif / k2_HIF_usb_patch.c
index fd0075c82aee2068b110845de5eef080ca87c123..6276f79d4c37e2bbcdfe77ef3076404744ac6c3d 100755 (executable)
 #include <hif_api.h>
 #include <Magpie_api.h>
 #include <vdesc_api.h>
-#include <adf_os_mem.h> 
+#include <adf_os_mem.h>
 #include <adf_os_io.h>
 #include <rom.h>
 
 #include "hif_usb.h"
 
 /*
- * -- support more than 64 bytes command on ep4 -- 
+ * -- support more than 64 bytes command on ep4 --
  */
 int _HIFusb_get_max_msg_len_patch(hif_handle_t handle, int pipe)
 {
@@ -55,7 +55,7 @@ int _HIFusb_get_max_msg_len_patch(hif_handle_t handle, int pipe)
         case HIF_USB_PIPE_INTERRUPT:
         case HIF_USB_PIPE_COMMAND:
             return 512;
-            
+
         default:
             return 1600;
     }