Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / DHCP.h
index 2c8c4d8..3bfdb29 100644 (file)
                } DHCP_Header_t;
 
        /* Function Prototypes: */
-               int16_t DHCP_ProcessDHCPPacket(void* IPHeaderInStart, void* DHCPHeaderInStart, void* DHCPHeaderOutStart);
+               int16_t DHCP_ProcessDHCPPacket(void* IPHeaderInStart,
+                                              void* DHCPHeaderInStart,
+                                              void* DHCPHeaderOutStart);
 
 #endif