Libraryize test.cc

This commit is contained in:
Ian Gulliver
2016-09-25 17:37:37 -07:00
parent c067cbd71e
commit f31ccaad16
10 changed files with 100 additions and 102 deletions

5
format.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
exec find $(dirname $0) \
-name '*.cc' -o -name '*.h' \
-exec clang-format-3.8 -i --style=google '{}' ';'