This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ede3e3e4c5d1058a773c872068d1295038a73286 Author: Petro Karashchenko <[email protected]> AuthorDate: Thu May 18 00:34:20 2023 +0300 libs/libm/libmcs: add newline at the end of file Signed-off-by: Petro Karashchenko <[email protected]> --- libs/libm/libmcs/Kconfig | 3 ++- libs/libm/libmcs/Make.defs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/libm/libmcs/Kconfig b/libs/libm/libmcs/Kconfig index 620d712a7f..437f7bee11 100644 --- a/libs/libm/libmcs/Kconfig +++ b/libs/libm/libmcs/Kconfig @@ -7,4 +7,5 @@ config LIBM_LIBMCS_WANT_COMPLEX bool "libmcs complex support" default y ---help--- - complex support, will use complex.h \ No newline at end of file + complex support, will use complex.h + diff --git a/libs/libm/libmcs/Make.defs b/libs/libm/libmcs/Make.defs index 40bcfe7b8a..71c0f51a71 100644 --- a/libs/libm/libmcs/Make.defs +++ b/libs/libm/libmcs/Make.defs @@ -1,4 +1,3 @@ - ############################################################################ # libs/libm/libmcs/Make.defs # @@ -235,4 +234,5 @@ CSRCS += cabsd.c \ ctanf.c \ ctanhf.c \ ctrigf.c -endif \ No newline at end of file +endif +
