From 773cd576d123fd1ce7618f6f45836141cf178c86 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 23 Dec 2024 23:12:57 +0100 Subject: [PATCH] tools: Print clang-format version --- tools/check-formatting.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/check-formatting.sh b/tools/check-formatting.sh index c68287d6..635a9e8a 100755 --- a/tools/check-formatting.sh +++ b/tools/check-formatting.sh @@ -8,6 +8,8 @@ source tools/sources.sh ALL_OK=1 +clang-format --version + for f in ${SOURCES[@]} do clang-format -n $f 2>&1 | tee -a /tmp/clang-format-output | grep -q ^