wireless/ieee802154: Removes trailing whitespace

This commit is contained in:
Anthony Merlino 2017-07-10 13:04:27 -04:00
parent bbf37a0db8
commit fce023b146
2 changed files with 2 additions and 2 deletions

View File

@ -867,7 +867,7 @@ static void mac802154_assoctimeout(FAR void *arg)
* this work, so that we make sure if the frame we were waiting for was just
* received, we don't timeout
*/
if (!work_available(&priv->rx_work))
{
work_queue(MAC802154_WORK, &priv->timer_work, mac802154_assoctimeout, priv, 0);

View File

@ -270,7 +270,7 @@ void mac802154_polltimeout(FAR void *arg)
* this work, so that we make sure if the frame we were waiting for was just
* received, we don't timeout
*/
if (!work_available(&priv->rx_work))
{
work_queue(MAC802154_WORK, &priv->timer_work, mac802154_polltimeout, priv, 0);