summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-06-24 15:07:45 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-06-25 12:26:15 +0300
commitdc95c60e08cc8411c626312861198497d5e60a20 (patch)
tree72955720cf7b21c6f7781794eac7ecdc2fa7533a /profiles/health
parent333dacef05b7a5cb7266a6508deedb3632229295 (diff)
downloadbluez-dc95c60e08cc8411c626312861198497d5e60a20.tar.gz
HDP: trivial: Remove empty lines
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/hdp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index 65800facc..eaf3e4621 100644
--- a/profiles/health/hdp.c
+++ b/profiles/health/hdp.c
@@ -1193,7 +1193,6 @@ gboolean hdp_set_mcl_cb(struct hdp_device *device, GError **err)
MCAP_MDL_CB_REMOTE_CONN_REQ, hdp_mcap_mdl_conn_req_cb,
MCAP_MDL_CB_REMOTE_RECONN_REQ, hdp_mcap_mdl_reconn_req_cb,
MCAP_MDL_CB_INVALID);
-
if (ret)
return TRUE;
@@ -1350,7 +1349,6 @@ static gboolean update_adapter(struct hdp_adapter *hdp_adapter)
mcl_disconnected, mcl_uncached,
NULL, /* CSP is not used by now */
hdp_adapter, &err);
-
if (hdp_adapter->mi == NULL) {
error("Error creating the MCAP instance: %s", err->message);
g_error_free(err);