From 526e1a6164a6e77e33032f1ffa357d0ed3ee40a2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 31 Aug 2009 13:42:54 -0500 Subject: Style Fix --- src/sim.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/sim.c b/src/sim.c index 55a1ebf0..e06511a1 100644 --- a/src/sim.c +++ b/src/sim.c @@ -581,10 +581,8 @@ static void sim_ready(void *user) sim_own_numbers_update(sim); - ofono_sim_read(sim, SIM_EFAD_FILEID, - sim_ad_read_cb, sim); - ofono_sim_read(sim, SIM_EFSDN_FILEID, - sim_sdn_read_cb, sim); + ofono_sim_read(sim, SIM_EFAD_FILEID, sim_ad_read_cb, sim); + ofono_sim_read(sim, SIM_EFSDN_FILEID, sim_sdn_read_cb, sim); } static void sim_imsi_cb(const struct ofono_error *error, const char *imsi, -- cgit v1.2.3