Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / ICMP.h
index dfffae2..dcea1ad 100644 (file)
@@ -75,6 +75,7 @@
                } ICMP_Header_t;
                
        /* Function Prototypes: */
-               int16_t ICMP_ProcessICMPPacket(void* InDataStart, void* OutDataStart);
+               int16_t ICMP_ProcessICMPPacket(void* InDataStart,
+                                              void* OutDataStart);
 
 #endif