util/find_usbdebug: Fix line indented with spaces instead of tabs

Change-Id: Id131f68465330c183c7c6ba4c85cd098dfe9a94e
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86058
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nicholas Chin 2025-01-19 17:56:45 -07:00 committed by Elyes Haouas
commit 54673dffb7

View file

@ -47,7 +47,7 @@ find_devs_in_tree () {
port=$2
# lsusb -t uses 3 digits for bus/port nunmbers as of version 016 and later
if [ $(lsusb -V | cut -f 3 -d " ") -lt 16 ]; then
if [ $(lsusb -V | cut -f 3 -d " ") -lt 16 ]; then
busstr=`printf "Bus %02d" "$bus"`
portstr="Port $port"
else