From: Marcel Holtmann Date: Thu, 16 Feb 2012 08:54:05 +0000 (+0100) Subject: location-reporting: Remove a few more empty lines X-Git-Tag: 1.5~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=781db98530d9d41b5ab04caa9fc3db330cad03a6;p=platform%2Fupstream%2Fofono.git location-reporting: Remove a few more empty lines --- diff --git a/src/location-reporting.c b/src/location-reporting.c index 3cd9e16..40aae66 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; }