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

View File

@@ -275,7 +275,7 @@ usb_decode_mps0(usb_speed speed, u8 bMaxPacketSize0)
bMaxPacketSize0 = 9; bMaxPacketSize0 = 9;
} }
return 1 << bMaxPacketSize0; 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; return 8;
} }
} }