retab and remove trailing whitespace
This commit is contained in:
@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user