Skip to content

Commit 482bd53

Browse files
tniessenTrott
authored andcommitted
build: clarify missing clang-format tool
PR-URL: #42762 Co-authored-by: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent aafdf12 commit 482bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
14401440
$(CLANG_FORMAT_START) -- \
14411441
$(LINT_CPP_FILES)
14421442
else
1443-
$(info clang-format is not installed.)
1443+
$(info Required tooling for C++ code formatting is not installed.)
14441444
$(info To install (requires internet access) run: $$ make format-cpp-build)
14451445
endif
14461446

0 commit comments

Comments
 (0)