summaryrefslogtreecommitdiff
path: root/misc/format-files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/format-files')
-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!" \