Skip to content

Commit

Permalink
Augment error message for clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Sep 8, 2023
1 parent 6643136 commit e47cc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/utilities/indent_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit e47cc8c

Please sign in to comment.