From c23c07ca40e2a59e1c6fae3937df41feab41d35f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 26 Sep 2012 13:03:27 +0300 Subject: [PATCH] core: Fix minor coding style issue (long line) --- src/adapter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adapter.c b/src/adapter.c index 6731444a4..b1ea3ea82 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -3221,7 +3221,8 @@ static int adapter_authorize(struct btd_adapter *adapter, const bdaddr_t *dst, dev_path = device_get_path(device); - err = agent_authorize(agent, dev_path, uuid, agent_auth_cb, auth, g_free); + err = agent_authorize(agent, dev_path, uuid, agent_auth_cb, auth, + g_free); if (err < 0) g_free(auth); else -- 2.47.3