ath9k_htc: Update to upstream's commit d19607454d656cb14d8c16dfbf161eebb542e8fe dated...
[linux-libre-firmware.git] / ath9k_htc / target_firmware / magpie_fw_dev / target / adf / adf_os_mem_pvt.h
index b5bcfa1b492d8493100ce0b9575df8e34d81eb24..7b2f0e1bdbd225d6a143fd199d6feb315c781c2f 100755 (executable)
@@ -53,7 +53,7 @@ static inline void            __adf_os_mem_free(void *buf)
 /* move a memory buffer */
 static inline void             __adf_os_mem_copy(void *dst, const void *src, adf_os_size_t size)
 {
-    A_MEMCPY(dst,src,size);    
+    A_MEMCPY(dst,src,size);
 }
 
 /* set a memory buffer */