summaryrefslogtreecommitdiff
path: root/android/tester-pan.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-08-06 10:39:17 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-08-06 10:39:17 +0300
commit4ca4a831372eda972b45abacb0369bb9099e8b5e (patch)
tree609276de3d76b4d63a3a04e3c0b4dcff5ae893a4 /android/tester-pan.c
parent68d56c3c72ef0cb1d3c26d7c8d66b0e42ae913de (diff)
downloadbluez-4ca4a831372eda972b45abacb0369bb9099e8b5e.tar.gz
android/tester: Minor coding style fix
Diffstat (limited to 'android/tester-pan.c')
-rw-r--r--android/tester-pan.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/tester-pan.c b/android/tester-pan.c
index b679a12f6..da5b7712b 100644
--- a/android/tester-pan.c
+++ b/android/tester-pan.c
@@ -29,8 +29,9 @@ struct emu_cid_data {
};
struct emu_cid_data cid_data;
-static uint8_t pan_conn_req_pdu[] = {0x01, 0x01, 0x02, 0x11, 0x16, 0x11, 0x15};
-static uint8_t pan_conn_rsp_pdu[] = {0x01, 0x02, 0x00, 0x00};
+static uint8_t pan_conn_req_pdu[] = { 0x01, 0x01, 0x02, 0x11, 0x16,
+ 0x11, 0x15 };
+static uint8_t pan_conn_rsp_pdu[] = { 0x01, 0x02, 0x00, 0x00 };
static void pan_nap_cid_hook_cb(const void *data, uint16_t len, void *user_data)
{