src/internet/model/ipv4-l3-protocol.h
changeset 7256 b04ba6772f8c
parent 7176 9f2663992e99
child 7366 838079534ff9
--- 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<Ipv4L4Protocol> protocol);
+  void Insert (Ptr<Ipv4L4Protocol> 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<Ipv4L4Protocol> GetProtocol(int protocolNumber) const;
+  Ptr<Ipv4L4Protocol> 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<NetDevice> device, Ptr<const Packet> p, uint16_t protocol, const Address &from,
-                const Address &to, NetDevice::PacketType packetType);
+  void Receive ( Ptr<NetDevice> device, Ptr<const Packet> p, uint16_t protocol, const Address &from,
+                 const Address &to, NetDevice::PacketType packetType);
 
   /**
    * \param packet packet to send