format-code.sh 91 B

12
  1. cd ..
  2. find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \;