Add a http performance test script based on wrk
[iec.git] / src / type3_AndroidCloud / anbox-master / scripts / clean-format.sh
1 #!/bin/sh
2 find src -name "*.h" | xargs clang-format -style=file -i
3 find src -name "*.cpp" | xargs clang-format -style=file -i