remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / adf / adf_os_atomic_pvt.h
index fcbcc2c1a8818d461328433b22968bc24cdbe60a..3bb0b4051bf868238d5bf4aa518781ef70c19fab 100755 (executable)
@@ -44,9 +44,9 @@ typedef a_uint32_t  __adf_os_atomic_t;
 
 /**
  * @brief This initiallizes the varriable to zero
- * 
+ *
  * @param __adf_os_atomic_t (int pointer)
- * 
+ *
  */
 static inline void
 __adf_os_atomic_init(__adf_os_atomic_t *v)
@@ -78,7 +78,7 @@ static inline void
 __adf_os_atomic_write(__adf_os_atomic_t *v,a_uint32_t p)
 {
        atomic_store_rel_int(v,(int)p);
-} 
+}
  */
 
 #endif