Skip to content

Commit 31ed718

Browse files
committed
whitespace
1 parent 01fc81f commit 31ed718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ include $(CFG_SRC_DIR)mk/platform.mk
184184

185185
# Run the stage1/2 compilers under valgrind
186186
ifdef VALGRIND_COMPILE
187-
CFG_VALGRIND_COMPILE :=$(CFG_VALGRIND)
187+
CFG_VALGRIND_COMPILE := $(CFG_VALGRIND)
188188
else
189189
CFG_VALGRIND_COMPILE :=
190190
endif

0 commit comments

Comments
 (0)