Skip to content

Commit 7e0e179

Browse files
committed
make : fix indentation
1 parent 426ef6e commit 7e0e179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ ifeq ($(CC_IS_CLANG), 1)
199199
TTFS_CXXFLAGS += -Wno-missing-prototypes
200200

201201
ifneq '' '$(and $(CC_IS_LLVM_CLANG),$(filter 1,$(shell expr $(CC_VER) \>= 030800)))'
202-
MK_CFLAGS += -Wdouble-promotion
202+
MK_CFLAGS += -Wdouble-promotion
203203
endif
204204
ifneq '' '$(and $(CC_IS_APPLE_CLANG),$(filter 1,$(shell expr $(CC_VER) \>= 070300)))'
205-
MK_CFLAGS += -Wdouble-promotion
205+
MK_CFLAGS += -Wdouble-promotion
206206
endif
207207
else
208208
# gcc options

0 commit comments

Comments
 (0)