Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / IP.c
index 078f5b5..85ccf42 100644 (file)
@@ -46,7 +46,8 @@
  *           response was generated, NO_PROCESS if the packet processing was deferred until the
  *           next Ethernet packet handler iteration
  */
  *           response was generated, NO_PROCESS if the packet processing was deferred until the
  *           next Ethernet packet handler iteration
  */
-int16_t IP_ProcessIPPacket(void* InDataStart, void* OutDataStart)
+int16_t IP_ProcessIPPacket(void* InDataStart,
+                           void* OutDataStart)
 {
        DecodeIPHeader(InDataStart);
 
 {
        DecodeIPHeader(InDataStart);