diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-28 12:59:47 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-28 13:00:20 -0400 |
commit | efb27f095c591a94118aa664f941d12c57ef6a53 (patch) | |
tree | 94611fb87b5d8695c77718e89b093fe7f9b86263 /src/generic | |
parent | e11851276dbd9dabb007d9e6dfc60e86b21a1d77 (diff) | |
download | kutter-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/generic')
-rw-r--r-- | src/generic/usb_cdc.c | 8 |
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), |