mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
This commit is contained in:
@@ -164,4 +164,3 @@ int mac802154_ioctl(MACHANDLE mac, int cmd, unsigned long arg)
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
@@ -82,4 +82,3 @@ int mac802154_req_purge(MACHANDLE mac, uint8_t msdu_handle)
|
||||
#endif
|
||||
return -ENOTTY;
|
||||
}
|
||||
|
||||
|
||||
@@ -77,4 +77,3 @@ int mac802154_req_sync(MACHANDLE mac, FAR struct ieee802154_sync_req_s *req)
|
||||
#endif
|
||||
return -ENOTTY;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user