sim: Fix up whitespace issues

This commit is contained in:
Denis Kenzior 2015-06-18 14:59:06 -05:00
parent eebe2f3ac2
commit 48da783732
1 changed files with 1 additions and 1 deletions

View File

@ -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,