summaryrefslogtreecommitdiff
path: root/tools/l2cap-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-21 13:09:45 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-22 15:30:58 +0200
commitf32b7f505c3d3a761fa205529bd89ca180b7fbef (patch)
tree79b6d6ae2280ced57a41a4d319d4d9b73d674c0a /tools/l2cap-tester.c
parent5bededf104bf510b66ef6929cd715d3ccbf6d799 (diff)
downloadbluez-f32b7f505c3d3a761fa205529bd89ca180b7fbef.tar.gz
tools/l2cap-tester: Fix indentation
Diffstat (limited to 'tools/l2cap-tester.c')
-rw-r--r--tools/l2cap-tester.c2
1 files changed, 1 insertions, 1 deletions
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 };