Bluetooth: Minor whitespace fix

Change-Id: Ia51eba21b0ba6f1a7a8ba45c76cd7a5224596870
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-06-16 10:55:17 +03:00
commit 38564baf2f

View file

@ -1612,7 +1612,7 @@ static void extended_inquiry_result(struct net_buf *buf)
memcpy(result->eir, evt->eir, sizeof(result->eir)); memcpy(result->eir, evt->eir, sizeof(result->eir));
} }
static void remote_name_request_complete(struct net_buf *buf) static void remote_name_request_complete(struct net_buf *buf)
{ {
struct bt_hci_evt_remote_name_req_complete *evt = (void *)buf->data; struct bt_hci_evt_remote_name_req_complete *evt = (void *)buf->data;
struct bt_br_discovery_result *result; struct bt_br_discovery_result *result;