Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffd62b1

Browse files
danbevMylesBorins
authored andcommittedMay 16, 2019
build: correct fi indentation in Makefile
PR-URL: #25107 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d468848 commit ffd62b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules
341341
$(RM) -r test/addons/??_*/; \
342342
[ -x $(NODE) ] && $(NODE) $< || node $< ; \
343343
touch $@; \
344-
fi
344+
fi
345345

346346
ADDONS_BINDING_GYPS := \
347347
$(filter-out test/addons/??_*/binding.gyp, \
@@ -616,7 +616,7 @@ tools/doc/node_modules: tools/doc/package.json
616616
echo "Skipping tools/doc/node_modules (no crypto)"; \
617617
else \
618618
cd tools/doc && $(call available-node,$(run-npm-ci)) \
619-
fi
619+
fi
620620

621621
.PHONY: doc-only
622622
doc-only: tools/doc/node_modules \

0 commit comments

Comments
 (0)
Please sign in to comment.