libs/libm/libmcs: add newline at the end of file

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-05-18 00:34:20 +03:00 committed by Xiang Xiao
parent f79d3860c2
commit ede3e3e4c5
2 changed files with 4 additions and 3 deletions

View File

@ -7,4 +7,5 @@ config LIBM_LIBMCS_WANT_COMPLEX
bool "libmcs complex support"
default y
---help---
complex support, will use complex.h
complex support, will use complex.h

View File

@ -1,4 +1,3 @@
############################################################################
# libs/libm/libmcs/Make.defs
#
@ -235,4 +234,5 @@ CSRCS += cabsd.c \
ctanf.c \
ctanhf.c \
ctrigf.c
endif
endif