Parcourir la source

Remove trailing whitespace in makefile

Erik Schnetter il y a 10 ans
Parent
commit
ca3aaa3a82
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/Make.files

+ 2 - 2
src/Make.files

@@ -35,8 +35,8 @@ $(CUR_SRCS) = common.c \
 
 ifneq ($(OS), WINNT)
 $(CUR_SRCS) += s_nan.c
-endif		
-		
+endif
+
 ifneq ($(ARCH), arm)
 # C99 long double functions
 $(CUR_SRCS) +=	s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c