Browse Source

fix updatemakes.sh indentation

Steffen Jaeckel 8 years ago
parent
commit
1e977e662f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      updatemakes.sh

+ 3 - 3
updatemakes.sh

@@ -3,9 +3,9 @@
 makefiles=(makefile makefile.icc makefile.shared makefile.unix makefile.mingw)
 makefiles=(makefile makefile.icc makefile.shared makefile.unix makefile.mingw)
 
 
 function update_makefile() {
 function update_makefile() {
-	perl filter.pl $1 tmplist
-	sed -e 's/ *$//' < tmp.delme > $1
-	rm -f tmp.delme
+  perl filter.pl $1 tmplist
+  sed -e 's/ *$//' < tmp.delme > $1
+  rm -f tmp.delme
 }
 }
 
 
 bash genlist.sh > tmplist
 bash genlist.sh > tmplist