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:
Xiang Xiao
2020-01-31 07:15:01 -08:00
committed by Gregory Nutt
parent 960c26491c
commit 68951e8d72
1339 changed files with 300 additions and 1669 deletions
-1
View File
@@ -164,4 +164,3 @@ int mac802154_ioctl(MACHANDLE mac, int cmd, unsigned long arg)
}
return ret;
}
-1
View File
@@ -82,4 +82,3 @@ int mac802154_req_purge(MACHANDLE mac, uint8_t msdu_handle)
#endif
return -ENOTTY;
}
-1
View File
@@ -77,4 +77,3 @@ int mac802154_req_sync(MACHANDLE mac, FAR struct ieee802154_sync_req_s *req)
#endif
return -ENOTTY;
}