Remove dangling whitespace at the end of lines

This commit is contained in:
Gregory Nutt
2017-05-02 14:42:40 -06:00
parent 3dae830503
commit 2ece0c57dd
8 changed files with 1518 additions and 1518 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -105,7 +105,7 @@ int mac802154_ioctl(MACHANDLE mac, int cmd, unsigned long arg);
*
****************************************************************************/
int mac802154_get_mhrlen(MACHANDLE mac,
int mac802154_get_mhrlen(MACHANDLE mac,
FAR struct ieee802154_frame_meta_s *meta);
/****************************************************************************
+1 -1
View File
@@ -446,7 +446,7 @@ static ssize_t mac802154dev_write(FAR struct file *filep,
wlerr("ERROR: TX meta-data is invalid");
return ret;
}
iob->io_offset = ret;
iob->io_len = iob->io_offset;