From 04ebe301ec0afed7d66b0354a0966f24013bf54e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 18 Sep 2020 09:28:14 +0200 Subject: Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-Tidy --- misc/format-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/format-files b/misc/format-files index d5497843..1c0405b1 100755 --- a/misc/format-files +++ b/misc/format-files @@ -43,7 +43,7 @@ for file in "$@"; do if [ -n "$check" ]; then status=1 - echo "Error: $file not formatted with clang-format" + echo "Error: $file not formatted with Clang-Format" echo 'Run "make format" or apply this diff:' git diff $cf_color --no-index "$file" "$tmp_file" \ | sed -r -e "s!^---.*!--- a/$file!" \ -- cgit v1.2.1