Skip to content

Commit ffd62b1

Browse files
danbevMylesBorins
authored andcommitted
build: correct fi indentation in Makefile
PR-URL: #25107 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d468848 commit ffd62b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)