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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user