network: Some style issues

This commit is contained in:
Denis Kenzior 2010-06-07 12:02:11 -05:00
parent 11c8156543
commit c8f15602cf
1 changed files with 3 additions and 3 deletions

View File

@ -1107,7 +1107,7 @@ static GSList *compress_operator_list(const struct ofono_network_operator *list,
}
static gboolean update_operator_list(struct ofono_netreg *netreg, int total,
const struct ofono_network_operator *list)
const struct ofono_network_operator *list)
{
GSList *n = NULL;
GSList *o;
@ -1168,8 +1168,8 @@ static gboolean update_operator_list(struct ofono_netreg *netreg, int total,
}
static void operator_list_callback(const struct ofono_error *error, int total,
const struct ofono_network_operator *list,
void *data)
const struct ofono_network_operator *list,
void *data)
{
struct ofono_netreg *netreg = data;
DBusMessage *reply;