payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab

Change-Id: Iba73ae4d89cef94f238e9a74300f6088669f355b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43716
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-07-22 13:26:33 +02:00 committed by Angel Pons
parent 81bebc8374
commit c354599a53
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ usb_decode_mps0(usb_speed speed, u8 bMaxPacketSize0)
bMaxPacketSize0 = 9;
}
return 1 << bMaxPacketSize0;
default: /* GCC is stupid and cannot deal with enums correctly */
default: /* GCC is stupid and cannot deal with enums correctly */
return 8;
}
}