Fix whitespace and style issues

This commit is contained in:
Denis Kenzior 2009-08-18 09:43:30 -05:00
parent 56e97cb406
commit f59aab7f15
6 changed files with 10 additions and 11 deletions

View File

@ -1044,9 +1044,8 @@ static void operator_list_callback(const struct ofono_error *error, int total,
if (netreg->operator_list)
need_to_emit = TRUE;
for (o = netreg->operator_list; o; o = o->next) {
for (o = netreg->operator_list; o; o = o->next)
network_operator_dbus_unregister(modem, o->data);
}
g_slist_free(netreg->operator_list);