mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-20 21:27:53 -06:00
build: Cleanup whitespace errors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e11851276d
commit
efb27f095c
5 changed files with 13 additions and 13 deletions
|
@ -197,10 +197,10 @@ static const struct config_s {
|
||||||
.bLength = sizeof(cdc_config_descriptor.config),
|
.bLength = sizeof(cdc_config_descriptor.config),
|
||||||
.bDescriptorType = USB_DT_CONFIG,
|
.bDescriptorType = USB_DT_CONFIG,
|
||||||
.wTotalLength = cpu_to_le16(sizeof(cdc_config_descriptor)),
|
.wTotalLength = cpu_to_le16(sizeof(cdc_config_descriptor)),
|
||||||
.bNumInterfaces = 2,
|
.bNumInterfaces = 2,
|
||||||
.bConfigurationValue = 1,
|
.bConfigurationValue = 1,
|
||||||
.bmAttributes = 0xC0,
|
.bmAttributes = 0xC0,
|
||||||
.bMaxPower = 50,
|
.bMaxPower = 50,
|
||||||
},
|
},
|
||||||
.iface0 = {
|
.iface0 = {
|
||||||
.bLength = sizeof(cdc_config_descriptor.iface0),
|
.bLength = sizeof(cdc_config_descriptor.iface0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue