From bf26ca408dde69312a4d8739d416565c8a6bb1f0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 5 Sep 2013 14:24:07 +0300 Subject: [PATCH] monitor: Fix minor white space issues in header --- monitor/bt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/bt.h b/monitor/bt.h index 1af04a8c1..0ca141c5a 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -111,7 +111,7 @@ struct bt_hci_acl_hdr { struct bt_hci_cmd_hdr { uint16_t opcode; - uint8_t plen; + uint8_t plen; } __attribute__ ((packed)); struct bt_hci_evt_hdr { @@ -741,7 +741,7 @@ struct bt_hci_rsp_read_ext_inquiry_response { #define BT_HCI_CMD_WRITE_EXT_INQUIRY_RESPONSE 0x0c52 struct bt_hci_cmd_write_ext_inquiry_response { uint8_t fec; - uint8_t data[240]; + uint8_t data[240]; } __attribute__ ((packed)); #define BT_HCI_CMD_REFRESH_ENCRYPT_KEY 0x0c53 -- 2.47.3