Skip to content

Commit ffd16a7

Browse files
committed
fix: format
1 parent 486d457 commit ffd16a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pylib/gyp/generator/make.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ def CalculateGeneratorInputInfo(params):
158158
159159
# Note: this does not handle spaces in paths
160160
define xargs
161-
$(1) $(word 1,$(2))
161+
$(1) $(word 1,$(2))
162162
$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2))))
163163
endef
164164
165165
define write-to-file
166-
@: >$(1)
166+
@: >$(1)
167167
$(call xargs,@printf "%s\\n" >>$(1),$(2))
168168
endef
169169
@@ -227,12 +227,12 @@ def CalculateGeneratorInputInfo(params):
227227
228228
# Note: this does not handle spaces in paths
229229
define xargs
230-
$(1) $(word 1,$(2))
230+
$(1) $(word 1,$(2))
231231
$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2))))
232232
endef
233233
234234
define write-to-file
235-
@: >$(1)
235+
@: >$(1)
236236
$(call xargs,@printf "%s\\n" >>$(1),$(2))
237237
endef
238238

0 commit comments

Comments
 (0)