diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-10-22 17:50:30 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-23 17:05:55 -0500 |
commit | 7587fe0de3a828defeb6cf0c29f8901ee7bf3c4c (patch) | |
tree | c253e2397d9d12d6cd1d07ddc450c2ebc5a7d879 /src | |
parent | 46dde73ab24b2ffa71d8680c44713701eb7c5b1d (diff) | |
download | ofono-7587fe0de3a828defeb6cf0c29f8901ee7bf3c4c.tar.bz2 |
Fix: Style
Diffstat (limited to 'src')
-rw-r--r-- | src/gprs.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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; } |