From f32b7f505c3d3a761fa205529bd89ca180b7fbef Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 21 Jan 2014 13:09:45 +0200 Subject: [PATCH] tools/l2cap-tester: Fix indentation --- tools/l2cap-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c index f7de1201a..8385941c7 100644 --- a/tools/l2cap-tester.c +++ b/tools/l2cap-tester.c @@ -426,7 +426,7 @@ static const struct l2cap_data le_client_connect_success_test_1 = { static const struct l2cap_data le_client_connect_success_test_2 = { .client_psm = 0x0080, .server_psm = 0x0080, - .sec_level = BT_SECURITY_MEDIUM, + .sec_level = BT_SECURITY_MEDIUM, }; static const uint8_t cmd_reject_rsp[] = { 0x01, 0x01, 0x02, 0x00, 0x00, 0x00 }; -- 2.47.3