Skip to content

Commit ca3aaa3

Browse files
committed
Remove trailing whitespace in makefile
1 parent e2138ae commit ca3aaa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Make.files

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ $(CUR_SRCS) = common.c \
3535

3636
ifneq ($(OS), WINNT)
3737
$(CUR_SRCS) += s_nan.c
38-
endif
39-
38+
endif
39+
4040
ifneq ($(ARCH), arm)
4141
# C99 long double functions
4242
$(CUR_SRCS) += s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c

0 commit comments

Comments
 (0)