From 7587fe0de3a828defeb6cf0c29f8901ee7bf3c4c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 22 Oct 2009 17:50:30 -0500 Subject: [PATCH] Fix: Style --- src/gprs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 767c720..54b6730 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -783,8 +783,7 @@ void ofono_gprs_attach_notify(struct ofono_gprs *gprs, int attached) } } -static void set_registration_status(struct ofono_gprs *gprs, - int status) +static void set_registration_status(struct ofono_gprs *gprs, int status) { const char *str_status = registration_status_to_string(status); const char *path = __ofono_atom_get_path(gprs->atom); @@ -1007,8 +1006,7 @@ void ofono_gprs_remove(struct ofono_gprs *gprs) __ofono_atom_free(gprs->atom); } -void ofono_gprs_set_data(struct ofono_gprs *gprs, - void *data) +void ofono_gprs_set_data(struct ofono_gprs *gprs, void *data) { gprs->driver_data = data; } -- 2.7.4