From 4d353f02391a0dfc06838d0d46366447301f0846 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 14 May 2019 16:41:06 +0200 Subject: [PATCH] ci: show clang-format version when making style --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 47411a9d64..50cd824f37 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ pystyle: ## apply code style on application sources and tests make -C python style cstyle_check: ## run code style check on low-level C code + clang-format --version @echo [CLANG-FORMAT] @./tools/clang-format-check $(C_FILES)