From: Wolfgang Bangerth Date: Thu, 7 Sep 2023 23:55:03 +0000 (-0600) Subject: Augment error message for clang-format. X-Git-Tag: relicensing~517^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15970%2Fhead;p=dealii.git Augment error message for clang-format. --- diff --git a/contrib/utilities/indent_common.sh b/contrib/utilities/indent_common.sh index 6c3055e148..17badd4826 100644 --- a/contrib/utilities/indent_common.sh +++ b/contrib/utilities/indent_common.sh @@ -43,7 +43,7 @@ checks() { export PATH="${CLANG_FORMAT_PATH}:${PATH}" if ! [ -x "$(command -v "${DEAL_II_CLANG_FORMAT}")" ]; then - echo "*** No clang-format program found." + echo "*** No clang-format program found, or found with the wrong version." echo "***" echo "*** You can run the './contrib/utilities/download_clang_format'" echo "*** script, or the './contrib/utilities/compile_clang_format' script "