Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
skinner33 committed Oct 12, 2018
1 parent 157ba19 commit 08d1639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CUSBCommunication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ CUSBCommunication::CUSBCommunication(string device) : transfer(NULL), isoReceive

// configure the device, if necessary
if (currentConfig != USB_DEVICE_TARGET_CONFIGURATION) {
COut::d("Updating USB configuration from "
COut::d("Updating USB configuration from "
+ CFormat::intToString(currentConfig)
+ " to "
+ CFormat::intToString(USB_DEVICE_TARGET_CONFIGURATION));
+ " to "
+ CFormat::intToString(USB_DEVICE_TARGET_CONFIGURATION));
ret = libusb_set_configuration(dev, USB_DEVICE_TARGET_CONFIGURATION);
if (ret != LIBUSB_SUCCESS) {
throw USBCommunicationException("Setting Configuration failed");
Expand Down

0 comments on commit 08d1639

Please sign in to comment.