summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-11-16 12:22:19 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-11-16 12:22:19 +0200
commitdd64e9f908bbb980aea34362bcce0560eaaed58c (patch)
tree6f76c8f6f323d2b6b601490814280d2bff99b575
parent1e82a61e542cba94f80a66a2edabe3f68c5e4a2d (diff)
downloadbluez-dd64e9f908bbb980aea34362bcce0560eaaed58c.tar.gz
tools/l2cap-tester: Fix minor coding style issue (line lengths)
-rw-r--r--tools/l2cap-tester.c6
1 files 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");