From: Antonio Ospite Date: Wed, 10 Jun 2015 10:41:57 +0000 (+0200) Subject: am7xxx-modeswitch: add a blank line for readability X-Git-Tag: v0.1.6~16 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/6ced305e55e2ffb7bbc52d6991ca392331780f73?ds=inline am7xxx-modeswitch: add a blank line for readability --- diff --git a/examples/am7xxx-modeswitch.c b/examples/am7xxx-modeswitch.c index 1230bd4..2764ab2 100644 --- a/examples/am7xxx-modeswitch.c +++ b/examples/am7xxx-modeswitch.c @@ -107,6 +107,7 @@ int main(void) } len = sizeof(switch_command); + transferred = 0; ret = libusb_bulk_transfer(usb_device, AM7XXX_STORAGE_OUT_EP, switch_command, len, &transferred, 0);