location-reporting: Remove a few more empty lines

This commit is contained in:
Marcel Holtmann 2012-02-16 09:54:05 +01:00
parent 179a2e7d7c
commit 781db98530
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}