Add a space after ifeq comma
This commit is contained in:
parent
173b4ef96e
commit
33162739e6
@ -26,6 +26,6 @@ snippet print
|
||||
print-%: ; @echo $*=$($*)
|
||||
# ifeq
|
||||
snippet ifeq
|
||||
ifeq (${1:cond0},${2:cond1})
|
||||
ifeq (${1:cond0}, ${2:cond1})
|
||||
${0}
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user