fix some indentation issues

* spaces -> tabs
This commit is contained in:
Tobias Klaus 2014-11-29 17:43:43 +01:00
parent bf565a0607
commit 6815f3ca52
1 changed files with 26 additions and 25 deletions

View File

@ -198,7 +198,8 @@ prebuild() {
board_prebuild
for template in $(find $target/files -name *.tpl); do
for template in $(find $target/files -name *.tpl)
do
echo "Translating $template .."
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
/bin/rm $template