Remove dangling whitespace form the end of lines

This commit is contained in:
Gregory Nutt 2017-06-17 14:13:25 -06:00
parent 93f6cfcfb8
commit afa0ab0819
3 changed files with 3 additions and 3 deletions

View File

@ -443,7 +443,7 @@ void bcmf_wl_scan_event_handler(FAR struct bcmf_dev_s *priv,
uint8_t *ie_buffer;
unsigned int ie_offset;
unsigned int check_offset;
result_size = BCMF_SCAN_RESULT_SIZE - priv->scan_result_size;
bss_info_len = bss->length;

View File

@ -329,7 +329,7 @@ void mac802154_create_datareq(FAR struct ieee802154_privmac_s *priv,
memcpy(&iob->io_data[iob->io_len], &priv->addr.panid, 2);
iob->io_len += 2;
}
if (srcmode == IEEE802154_ADDRMODE_SHORT)
{
memcpy(&iob->io_data[iob->io_len], &priv->addr.saddr, 2);

View File

@ -144,7 +144,7 @@ int mac802154_req_poll(MACHANDLE mac, FAR struct ieee802154_poll_req_s *req)
mac802154_create_datareq(priv, &req->coordaddr, IEEE802154_ADDRMODE_SHORT,
txdesc);
}
/* Save a reference of the tx descriptor */
priv->cmd_desc = txdesc;