Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Projects / XPLAINBridge / AVRISPDescriptors.h
index 7731aca..9700351 100644 (file)
@@ -73,6 +73,8 @@
                } AVRISP_USB_Descriptor_Configuration_t;
 
        /* Function Prototypes: */
                } AVRISP_USB_Descriptor_Configuration_t;
 
        /* Function Prototypes: */
-               uint16_t AVRISP_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
+               uint16_t AVRISP_GetDescriptor(const uint16_t wValue,
+                                             const uint8_t wIndex,
+                                             void** const DescriptorAddress);
 
 #endif
 
 #endif