summaryrefslogtreecommitdiffstats
path: root/src/gprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs.c')
-rw-r--r--src/gprs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gprs.c b/src/gprs.c
index 767c7200..54b67302 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;
}