retab and remove trailing whitespace

This commit is contained in:
Aarno Aukia 2016-02-05 14:36:19 +01:00
parent 2170faa357
commit 89195f627a

View File

@ -33,9 +33,9 @@ if [ ! -d "$directory" ]; then
fi
for hexfile in "$directory"/*.hex; do
if [ ! -f "$hexfile" ]; then
continue
fi
if [ ! -f "$hexfile" ]; then
continue
fi
filename=`basename $hexfile .hex`