diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-11-28 18:28:55 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-01 11:06:53 +0100 |
commit | 59091e1861f72101c5d70df88e4cb550ac73b12d (patch) | |
tree | 3f614802b179f44514e9b6dfd52df704424fabe6 /Meta/lint-clang-format.sh | |
parent | a0f6db246e4eb603a57226b50cbbab1db577abf2 (diff) | |
download | serenity-59091e1861f72101c5d70df88e4cb550ac73b12d.zip |
Meta: Nicer wording in lint
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-x | Meta/lint-clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index 02fcdb7eb7..5fd5a133b7 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -29,7 +29,7 @@ else exit 1 fi -echo "Running ${CLANG_FORMAT} ..." +echo "Using ${CLANG_FORMAT}" { git ls-files -- \ |