remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / adf / adf_net.c
index ef754a98ce57d5a44af1c114a2f451a790cdf50f..79ae62e08ec7d420552be33c1608e20c507656c9 100755 (executable)
 /**
  * @brief register the driver into the shim
  * @param[in] drv
- * 
+ *
  * @return a_status_t
  */
 a_status_t
 __adf_net_register_drv(adf_drv_info_t *drv)
 {
-    wlan_pci_register_drv(drv);    
+    wlan_pci_register_drv(drv);
     return A_STATUS_OK;
 }