From efb27f095c591a94118aa664f941d12c57ef6a53 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 28 Jun 2018 12:59:47 -0400 Subject: build: Cleanup whitespace errors Signed-off-by: Kevin O'Connor --- src/generic/usb_cdc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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), -- cgit v1.2.3-70-g09d2