From dd64e9f908bbb980aea34362bcce0560eaaed58c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 16 Nov 2015 12:22:19 +0200 Subject: [PATCH] tools/l2cap-tester: Fix minor coding style issue (line lengths) --- tools/l2cap-tester.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c index 3ffe28377..c16312d5c 100644 --- a/tools/l2cap-tester.c +++ b/tools/l2cap-tester.c @@ -1322,9 +1322,9 @@ static gboolean test_close_socket_1_part_2(gpointer args) tester_print("Will close socket during scan phase..."); - /* We tried to conect to LE device that is not advertising. It was added - * to kernel whitelist, and scan was started. We should be still - * scanning. + /* We tried to conect to LE device that is not advertising. It + * was added to kernel whitelist, and scan was started. We + * should be still scanning. */ if (!hciemu_is_master_le_scan_enabled(data->hciemu)) { tester_print("Error - should be still scanning"); -- 2.47.3