remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / k2 / eeprom_api.h
index b340f35c52dbc82c22118571362c9435df9fe3b7..67191bebe6757b10d1d04729ac85d9cefc9f8b49 100755 (executable)
 #define __EEPROM_API_H__
 
 typedef enum {
-       RET_SUCCESS = 0, 
+       RET_SUCCESS = 0,
        RET_NOT_INIT,
        RET_NOT_EXIST,
        RET_EEP_CORRUPT,
        RET_EEP_OVERFLOW,
-    
-       // add return code from here    
+
+       // add return code from here
        RET_UNKNOWN
 } T_EEP_RET;