mirror of https://github.com/Desuuuu/klipper.git
build: Cleanup whitespace errors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e11851276d
commit
efb27f095c
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue