Skip to content

Commit 08d1639

Browse files
committed
remove trailing whitespaces
1 parent 157ba19 commit 08d1639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CUSBCommunication.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ CUSBCommunication::CUSBCommunication(string device) : transfer(NULL), isoReceive
128128

129129
// configure the device, if necessary
130130
if (currentConfig != USB_DEVICE_TARGET_CONFIGURATION) {
131-
COut::d("Updating USB configuration from "
131+
COut::d("Updating USB configuration from "
132132
+ CFormat::intToString(currentConfig)
133-
+ " to "
134-
+ CFormat::intToString(USB_DEVICE_TARGET_CONFIGURATION));
133+
+ " to "
134+
+ CFormat::intToString(USB_DEVICE_TARGET_CONFIGURATION));
135135
ret = libusb_set_configuration(dev, USB_DEVICE_TARGET_CONFIGURATION);
136136
if (ret != LIBUSB_SUCCESS) {
137137
throw USBCommunicationException("Setting Configuration failed");

0 commit comments

Comments
 (0)