Skip to content

Commit 9b38bbf

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 b801b03 commit 9b38bbf

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
@@ -344,7 +344,7 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules
344344
$(RM) -r test/addons/??_*/; \
345345
[ -x $(NODE) ] && $(NODE) $< || node $< ; \
346346
touch $@; \
347-
fi
347+
fi
348348

349349
ADDONS_BINDING_GYPS := \
350350
$(filter-out test/addons/??_*/binding.gyp, \
@@ -661,7 +661,7 @@ tools/doc/node_modules: tools/doc/package.json
661661
echo "Skipping tools/doc/node_modules (no crypto)"; \
662662
else \
663663
cd tools/doc && $(call available-node,$(run-npm-ci)) \
664-
fi
664+
fi
665665

666666
.PHONY: doc-only
667667
doc-only: tools/doc/node_modules \

0 commit comments

Comments
 (0)