Fix up minor whitespace formatting errors.
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / TCP.h
index 984793e..6656ac2 100644 (file)
                #if defined(INCLUDE_FROM_TCP_C)
                        static uint16_t TCP_Checksum16(void* TCPHeaderOutStart,
                                                       const IP_Address_t SourceAddress,
-                                                                                  const IP_Address_t DestinationAddress,
+                                                      const IP_Address_t DestinationAddress,
                                                       uint16_t TCPOutSize);
                #endif