Skip to content

Commit

Permalink
drivers/blazer_usb.c: adjust whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Aug 3, 2022
1 parent 2f22401 commit 978c30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/blazer_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ ssize_t blazer_command(const char *cmd, char *buf, size_t buflen)
udev = NULL;
break;

case LIBUSB_ERROR_TIMEOUT: /* Connection timed out */
case LIBUSB_ERROR_TIMEOUT: /* Connection timed out */
case LIBUSB_ERROR_OVERFLOW: /* Value too large for defined data type */
#if EPROTO && WITH_LIBUSB_0_1
case -EPROTO: /* Protocol error */
Expand Down

0 comments on commit 978c30b

Please sign in to comment.