Add a space after ifeq comma

This commit is contained in:
Corentin Peuvrel 2015-04-22 22:29:14 +02:00
parent 173b4ef96e
commit 33162739e6

View File

@ -26,6 +26,6 @@ snippet print
print-%: ; @echo $*=$($*) print-%: ; @echo $*=$($*)
# ifeq # ifeq
snippet ifeq snippet ifeq
ifeq (${1:cond0},${2:cond1}) ifeq (${1:cond0}, ${2:cond1})
${0} ${0}
endif endif