Formated code with clang-format

This commit is contained in:
Benoit Blanchon
2014-10-23 19:54:00 +02:00
parent 888fdc1d54
commit 9175046f35
52 changed files with 2002 additions and 2638 deletions

1
scripts/format-code.sh Normal file
View File

@ -0,0 +1 @@
find .. -regex ".*\.[ch]pp$" -exec clang-format -i {} \;