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

1
platform/.gitignore vendored
View file

@ -2,4 +2,3 @@
/.depend
/Make.dep
board

View file

@ -11,4 +11,3 @@ config HAVE_CXXINITIALIZE
The platform-specific logic includes support for initialization
of static C++ instances for this architecture and for the selected
toolchain (via up_cxxinitialize()).

View file

@ -36,4 +36,3 @@
# Add platform specific sources to ASRCS and CSRCS
CSRCS += mikroe_configdata.c

View file

@ -296,4 +296,3 @@ int platform_getconfig(enum config_data_e id, int instance,
}
#endif /* CONFIG_PLATFORM_CONFIGDATA */