[fix] Review fixes

This commit is contained in:
Lucas PASCAL
2022-02-17 08:58:02 +01:00
parent 0864a4f282
commit b6167cae8a

View File

@@ -388,9 +388,8 @@ $(info INFO: Need to reinitialize git submodules)
$(shell git submodule update --init)
endif
# rebuild
# rebuild SDK
$(shell python3 tools/build_sdk.py)
$(shell find ./ethereum-plugin-sdk -iname '*.h' -o -iname '*.c' | xargs clang-format-10 -i)
# check if a difference is noticed (fail if it happens in CI build)
ifneq ($(shell git status | grep 'ethereum-plugin-sdk'),)