mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Remove dangling whitespace at the end of lines
This commit is contained in:
+1426
-1426
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user