aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-06-28 12:59:47 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-06-28 13:00:20 -0400
commitefb27f095c591a94118aa664f941d12c57ef6a53 (patch)
tree94611fb87b5d8695c77718e89b093fe7f9b86263 /src
parente11851276dbd9dabb007d9e6dfc60e86b21a1d77 (diff)
downloadkutter-efb27f095c591a94118aa664f941d12c57ef6a53.tar.gz
kutter-efb27f095c591a94118aa664f941d12c57ef6a53.tar.xz
kutter-efb27f095c591a94118aa664f941d12c57ef6a53.zip
build: Cleanup whitespace errors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r--src/generic/usb_cdc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generic/usb_cdc.c b/src/generic/usb_cdc.c
index ab1869f8..04b02da0 100644
--- a/src/generic/usb_cdc.c
+++ b/src/generic/usb_cdc.c
@@ -197,10 +197,10 @@ static const struct config_s {
.bLength = sizeof(cdc_config_descriptor.config),
.bDescriptorType = USB_DT_CONFIG,
.wTotalLength = cpu_to_le16(sizeof(cdc_config_descriptor)),
- .bNumInterfaces = 2,
- .bConfigurationValue = 1,
- .bmAttributes = 0xC0,
- .bMaxPower = 50,
+ .bNumInterfaces = 2,
+ .bConfigurationValue = 1,
+ .bmAttributes = 0xC0,
+ .bMaxPower = 50,
},
.iface0 = {
.bLength = sizeof(cdc_config_descriptor.iface0),