fix beautification script (#745)

This commit is contained in:
shun-iwasawa 2016-08-19 16:24:27 +09:00 committed by Shinya Kitaoka
parent 9c70ac1a01
commit 6cf0fab004

View file

@ -1,2 +1,4 @@
#!/bin/sh #!/bin/sh
git diff master --name-only | egrep \\.\(c\|cpp\|h\|hpp\)$ | xargs clang-format -i pushd ../../
git diff master --name-only | egrep \\.\(c\|cpp\|h\|hpp\)$ | xargs clang-format -style=file -i
popd