remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / magpie / hif_usb.h
index 0f71c9c8f2fa8dea1cfc09a5d082e4aff6fc14df..1f5248321f3eb04b9f4053f0d11b74fed55d3509 100755 (executable)
@@ -60,7 +60,7 @@ struct VBUF_QUEUE
 
     /* the mailbox hardware layer context */
 typedef struct _HIF_USB_CONTEXT {
-    HIF_CALLBACK                hifCb; 
+    HIF_CALLBACK                hifCb;
     struct zsDmaQueue           dnQ;
     struct zsTxDmaQueue         upQ;
 #if SYSTEM_MODULE_HP_EP5
@@ -72,11 +72,11 @@ typedef struct _HIF_USB_CONTEXT {
     //struct VBUF_QUEUE           upVbufQ;
     VBUF                               *cmdQueue;
     struct VBUF_QUEUE           eventBufQ;
-    
+
     // Left a door for extension the structure
-    void *pReserved;      
+    void *pReserved;
 } HIF_USB_CONTEXT;
 
 void hif_usb_module_install(struct hif_api *apis);
-             
+
 #endif