Some minor whitespace corrections.
[pub/USBasp.git] / Demos / Device / LowLevel / USBtoSerial / Descriptors.c
index c369d16..088ab59 100644 (file)
@@ -175,9 +175,9 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                        .Header                 = {.Size = sizeof(USB_Descriptor_Endpoint_t), .Type = DTYPE_Endpoint},\r
                                                                                 \r
                        .EndpointAddress        = (ENDPOINT_DESCRIPTOR_DIR_IN | CDC_TX_EPNUM),\r
-                       .Attributes       =             EP_TYPE_BULK,\r
+                       .Attributes             = EP_TYPE_BULK,\r
                        .EndpointSize           = CDC_TXRX_EPSIZE,\r
-                       .PollingIntervalMS=             0x00\r
+                       .PollingIntervalMS      = 0x00\r
                }\r
 };\r
 \r