fix indenting

This commit is contained in:
2014-12-23 15:42:17 -07:00
parent f908504059
commit 94b044ce6f

View File

@@ -65,8 +65,8 @@ del_pr() {
} }
clean_branches() { clean_branches() {
BRANCHES=`git branch | grep -v \*` BRANCHES=`git branch | grep -v \*`
for i in ${BRANCHES}; do for i in ${BRANCHES}; do
git branch -d $i git branch -d $i
done done
} }