diff --git a/Makefile b/Makefile index a3cd567..477bc06 100755 --- a/Makefile +++ b/Makefile @@ -340,6 +340,7 @@ endif # rebuild $(shell python3 ethereum-plugin-sdk/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'),) diff --git a/ethereum-plugin-sdk b/ethereum-plugin-sdk index aeaf645..82909e4 160000 --- a/ethereum-plugin-sdk +++ b/ethereum-plugin-sdk @@ -1 +1 @@ -Subproject commit aeaf6450c32c8134a7d19b1852554771ca8bc4be +Subproject commit 82909e4f902b4448aa308f571ca4c4e8c5880124