DO NOT MERGE Test patch #3 --- tools/btpclient.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/btpclient.c b/tools/btpclient.c index 7248acc2a..e2eff9575 100644 --- a/tools/btpclient.c +++ b/tools/btpclient.c @@ -228,7 +228,8 @@ static struct btp_device *find_device_by_path(const char *path) struct btp_device *device; for (entry = l_queue_get_entries(adapters); entry; - entry = entry->next) { + entry = entry->next) + { struct btp_adapter *adapter = entry->data; device = l_queue_find(adapter->devices, match_device_paths, -- 2.25.3