Add a space after ifeq comma
This commit is contained in:
parent
173b4ef96e
commit
33162739e6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user