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
+1 -1
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);
+1 -1
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;