nuttx-apps/wireless
Xiang Xiao 779197c63e Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-09 08:14:49 -06:00
..
bluetooth Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
gs2200m apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning 2020-02-09 00:32:25 +01:00
ieee802154 Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
iwpan Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
wapi Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs
Makefile