sim: Minor style fix

This commit is contained in:
Denis Kenzior 2010-08-23 13:16:41 -05:00
parent c679babdc5
commit fc70af8ea1
1 changed files with 2 additions and 2 deletions

View File

@ -1119,8 +1119,8 @@ static void sim_efust_read_cb(int ok, int length, int record,
sim->efust_length = length;
ofono_sim_read(sim, SIM_EFEST_FILEID,
OFONO_SIM_FILE_STRUCTURE_TRANSPARENT,
sim_efest_read_cb, sim);
OFONO_SIM_FILE_STRUCTURE_TRANSPARENT,
sim_efest_read_cb, sim);
return;