summaryrefslogtreecommitdiff
path: root/ZAPDUtils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPDUtils/Makefile')
-rw-r--r--ZAPDUtils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPDUtils/Makefile b/ZAPDUtils/Makefile
index e8941ed..c0f818b 100644
--- a/ZAPDUtils/Makefile
+++ b/ZAPDUtils/Makefile
@@ -17,7 +17,7 @@ clean:
rm -rf build $(LIB)
format:
- clang-format-11 -i $(CPP_FILES) $(H_FILES)
+ clang-format-14 -i $(CPP_FILES) $(H_FILES)
.PHONY: all clean format