am7xxx-modeswitch: add a blank line for readability
authorAntonio Ospite <ao2@ao2.it>
Wed, 10 Jun 2015 10:41:57 +0000 (12:41 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 10 Jun 2015 13:17:50 +0000 (15:17 +0200)
examples/am7xxx-modeswitch.c

index 1230bd4..2764ab2 100644 (file)
@@ -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);