diff -r 193b2ac517a0 -r b04ba6772f8c src/internet/model/ipv4-l3-protocol.h --- a/src/internet/model/ipv4-l3-protocol.h Sun May 22 23:17:41 2011 -0700 +++ b/src/internet/model/ipv4-l3-protocol.h Sun May 22 23:18:47 2011 -0700 @@ -106,7 +106,7 @@ * a working L4 Protocol and returned from this method. * The caller does not get ownership of the returned pointer. */ - void Insert(Ptr protocol); + void Insert (Ptr protocol); /** * \param protocolNumber number of protocol to lookup * in this L4 Demux @@ -116,7 +116,7 @@ * to forward packets up the stack to the right protocol. * It is also called from NodeImpl::GetUdp for example. */ - Ptr GetProtocol(int protocolNumber) const; + Ptr GetProtocol (int protocolNumber) const; /** * \param protocol protocol to remove from this demux. * @@ -146,8 +146,8 @@ * \param to address of the destination * \param packetType type of the packet */ - void Receive( Ptr device, Ptr p, uint16_t protocol, const Address &from, - const Address &to, NetDevice::PacketType packetType); + void Receive ( Ptr device, Ptr p, uint16_t protocol, const Address &from, + const Address &to, NetDevice::PacketType packetType); /** * \param packet packet to send