remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / magpie / vdesc_api.h
index 9fd27f8b3bb359c9d0c46ea68bf415fcb9e8dc2d..c7f4ee13407465d778419dd9d77cdcc005283bd3 100755 (executable)
@@ -49,7 +49,7 @@ typedef struct _VDESC
     A_UINT16        data_offset;
     A_UINT16        data_size;
     A_UINT16        control;
-    A_UINT8         hw_desc_buf[MAX_HW_DESC_SIZE]; 
+    A_UINT8         hw_desc_buf[MAX_HW_DESC_SIZE];
 } VDESC;
 
 //#define VDESC_HW_TO_VDESC(hwdesc)   ((VDESC *)(((A_UINT32 *)hwdesc - 4)))
@@ -62,9 +62,9 @@ struct vdesc_api {
     void        (*_swap_vdesc)(VDESC *dest, VDESC *src);
     //void (*_free_vdesc)(void);
         /* room to expand this table by another table */
-    void *pReserved;    
+    void *pReserved;
 };
 
 extern void vdesc_module_install(struct vdesc_api *apis);
 
-#endif 
+#endif