mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
3dbf8d5652
commit
e0dcfa0c55
485 changed files with 42 additions and 545 deletions
1
platform/.gitignore
vendored
1
platform/.gitignore
vendored
|
|
@ -2,4 +2,3 @@
|
|||
/.depend
|
||||
/Make.dep
|
||||
board
|
||||
|
||||
|
|
|
|||
|
|
@ -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()).
|
||||
|
||||
|
|
|
|||
|
|
@ -36,4 +36,3 @@
|
|||
# Add platform specific sources to ASRCS and CSRCS
|
||||
|
||||
CSRCS += mikroe_configdata.c
|
||||
|
||||
|
|
|
|||
|
|
@ -296,4 +296,3 @@ int platform_getconfig(enum config_data_e id, int instance,
|
|||
}
|
||||
|
||||
#endif /* CONFIG_PLATFORM_CONFIGDATA */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue