From cce524b1acede0089da7e041283f04dc78fd1eb2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 Dec 2013 12:52:20 -0800 Subject: [PATCH] monitor: Fix small struct indentation issue --- monitor/bt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/bt.h b/monitor/bt.h index c9625e848..5a27120cf 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -918,8 +918,8 @@ struct bt_hci_cmd_set_afh_host_classification { #define BT_HCI_CMD_READ_INQUIRY_SCAN_TYPE 0x0c42 struct bt_hci_rsp_read_inquiry_scan_type { - uint8_t status; - uint8_t type; + uint8_t status; + uint8_t type; } __attribute__ ((packed)); #define BT_HCI_CMD_WRITE_INQUIRY_SCAN_TYPE 0x0c43 -- 2.47.3