Explorar o código

fix updatemakes.sh indentation

Steffen Jaeckel %!s(int64=8) %!d(string=hai) anos
pai
achega
1e977e662f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      updatemakes.sh

+ 3 - 3
updatemakes.sh

@@ -3,9 +3,9 @@
 makefiles=(makefile makefile.icc makefile.shared makefile.unix makefile.mingw)
 
 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