From 6cf0fab0044aaa4476a18e1de6b999d0bdaad61b Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: Aug 19 2016 07:24:27 +0000 Subject: fix beautification script (#745) --- diff --git a/toonz/sources/beautification.sh b/toonz/sources/beautification.sh index b689385..c9eb772 100755 --- a/toonz/sources/beautification.sh +++ b/toonz/sources/beautification.sh @@ -1,2 +1,4 @@ #!/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