X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fscripts%2Fclean-format.sh;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fscripts%2Fclean-format.sh;h=0f8c4cee64d9a3538ac6e4f474da429be7717527;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/scripts/clean-format.sh b/src/type3_AndroidCloud/anbox-master/scripts/clean-format.sh new file mode 100644 index 0000000..0f8c4ce --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/scripts/clean-format.sh @@ -0,0 +1,3 @@ +#!/bin/sh +find src -name "*.h" | xargs clang-format -style=file -i +find src -name "*.cpp" | xargs clang-format -style=file -i