mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Remove unneeded white spaces
Change-Id: I90f171924790ced74a62ca344fee8607607aa480 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26652 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -449,7 +449,7 @@ int pickit2_spi_init(void)
|
||||
(void)usb_find_devices();
|
||||
const uint16_t vid = devs_pickit2_spi[0].vendor_id;
|
||||
const uint16_t pid = devs_pickit2_spi[0].device_id;
|
||||
struct usb_device *dev = get_device_by_vid_pid(vid, pid, usedevice);
|
||||
struct usb_device *dev = get_device_by_vid_pid(vid, pid, usedevice);
|
||||
if (dev == NULL) {
|
||||
msg_perr("Could not find a PICkit2 on USB!\n");
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user