We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9e15f commit 4fe61d3Copy full SHA for 4fe61d3
tools/check_format.sh
@@ -21,6 +21,8 @@ else
21
clang_format=$CLANGFORMAT
22
fi
23
24
+echo "Clang-format version: " $(clang_format_version)
25
+
26
while [ -n "$*" ]; do
27
case "$1" in
28
-v )
0 commit comments