sim: Fix style

This commit is contained in:
Denis Kenzior 2016-08-06 10:52:30 -05:00
parent 162f6985e3
commit 3b5475d942
1 changed files with 2 additions and 0 deletions

View File

@ -2486,6 +2486,7 @@ static void sim_query_fac_networklock_cb(const struct ofono_error *error,
ofono_bool_t status, void *data)
{
struct ofono_sim *sim = data;
if (error->type != OFONO_ERROR_TYPE_NO_ERROR)
goto done;
@ -2501,6 +2502,7 @@ static void sim_query_fac_imsilock_cb(const struct ofono_error *error,
ofono_bool_t status, void *data)
{
struct ofono_sim *sim = data;
if (error->type != OFONO_ERROR_TYPE_NO_ERROR)
goto done;