summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-06-18 14:59:06 -0500
committerDenis Kenzior <denkenz@gmail.com>2015-06-18 14:59:06 -0500
commit48da783732151772f966a7f8f1629131fd6261aa (patch)
treec41cb2409ab70e9bc27db86e8e4319c2ea5544bf /src
parenteebe2f3ac29ddc75a5961d74f080825ecf8c67c7 (diff)
downloadofono-48da783732151772f966a7f8f1629131fd6261aa.tar.bz2
sim: Fix up whitespace issues
Diffstat (limited to 'src')
-rw-r--r--src/sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim.c b/src/sim.c
index 8341af04..7614b33b 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -2758,7 +2758,6 @@ static void sim_pin_query_cb(const struct ofono_error *error,
password_is_pin(pin_type) == FALSE)
pin_type = puk2pin(pin_type);
-
if (pin_type != OFONO_SIM_PASSWORD_INVALID
&& pin_type != OFONO_SIM_PASSWORD_NONE) {
lock_changed = !sim->locked_pins[pin_type];
@@ -2777,6 +2776,7 @@ static void sim_pin_query_cb(const struct ofono_error *error,
g_strfreev(locked_pins);
}
}
+
ofono_dbus_signal_property_changed(conn, path,
OFONO_SIM_MANAGER_INTERFACE,
"PinRequired", DBUS_TYPE_STRING,