summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-09-18 09:28:14 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-09-21 20:43:15 +0200
commit04ebe301ec0afed7d66b0354a0966f24013bf54e (patch)
tree44b7333c45852bafcbd260b0170edf5a833cec40 /misc
parent4ef9757297ac743a568ff0352a9f70f3cc8c22f3 (diff)
downloadccache-04ebe301ec0afed7d66b0354a0966f24013bf54e.tar.gz
Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-Tidy
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/format-files2
1 files changed, 1 insertions, 1 deletions
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!" \