summaryrefslogtreecommitdiffstats
path: root/src/location-reporting.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-02-16 09:54:05 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-02-16 09:54:05 +0100
commit781db98530d9d41b5ab04caa9fc3db330cad03a6 (patch)
tree1931930d39caa7f656116537628e542c1c4bc17f /src/location-reporting.c
parent179a2e7d7c27108af273aa8ff47cebe2fab0183b (diff)
downloadofono-781db98530d9d41b5ab04caa9fc3db330cad03a6.tar.bz2
location-reporting: Remove a few more empty lines
Diffstat (limited to 'src/location-reporting.c')
-rw-r--r--src/location-reporting.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/location-reporting.c b/src/location-reporting.c
index 3cd9e169..40aae66b 100644
--- a/src/location-reporting.c
+++ b/src/location-reporting.c
@@ -152,7 +152,6 @@ static void location_reporting_disable_cb(const struct ofono_error *error,
reply = __ofono_error_failed(lr->pending);
__ofono_dbus_pending_reply(&lr->pending, reply);
-
return;
}
@@ -177,7 +176,6 @@ static void location_reporting_enable_cb(const struct ofono_error *error,
reply = __ofono_error_failed(lr->pending);
__ofono_dbus_pending_reply(&lr->pending, reply);
-
return;
}
@@ -364,7 +362,6 @@ void ofono_location_reporting_register(struct ofono_location_reporting *lr)
NULL, lr, NULL)) {
ofono_error("Could not create %s interface",
OFONO_LOCATION_REPORTING_INTERFACE);
-
return;
}