From c8f15602cf79fafd491e3043b4507f9f5973edcf Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 7 Jun 2010 12:02:11 -0500 Subject: [PATCH] network: Some style issues --- src/network.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/network.c b/src/network.c index 1692e40..c6410a8 100644 --- a/src/network.c +++ b/src/network.c @@ -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; -- 2.7.4