Remove extra whitespace from files (#43)

* Remove multiple newlines at the end of file
* Remove the white space from the end of line
This commit is contained in:
Xiang Xiao
2020-01-31 06:13:45 -08:00
committed by Gregory Nutt
parent 3dbf8d5652
commit e0dcfa0c55
485 changed files with 42 additions and 545 deletions

View File

@@ -108,4 +108,3 @@ int netlib_getpanid(FAR const char *ifname, FAR uint8_t *panid)
}
#endif /* CONFIG_NET_6LOWPAN || CONFIG_NET_IEEE802154 */