summaryrefslogtreecommitdiffstats
path: root/contrib/local/beautifyCode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/local/beautifyCode.sh')
-rwxr-xr-xcontrib/local/beautifyCode.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/local/beautifyCode.sh b/contrib/local/beautifyCode.sh
index d6f4c11..487fa40 100755
--- a/contrib/local/beautifyCode.sh
+++ b/contrib/local/beautifyCode.sh
@@ -9,6 +9,8 @@ ME=`basename $0`
DIR="$( cd "$( dirname "$0" )" && pwd )"
CWD=`pwd`
+find ${DIR}/../../ -name ".DS_Store" -exec rm {} \;
+
astyle \
--style=java \
--indent=tab \