src/internet/model/ipv6-raw-socket-impl.h
changeset 7176 9f2663992e99
parent 6834 036f9a0b9899
child 7385 10beb0e53130
--- a/src/internet/model/ipv6-raw-socket-impl.h	Fri May 13 14:54:37 2011 -0400
+++ b/src/internet/model/ipv6-raw-socket-impl.h	Fri May 13 14:55:24 2011 -0400
@@ -201,11 +201,11 @@
    * \brief IPv6 raw data and additionnal information.
    */
   struct Data
-    {
-      Ptr<Packet> packet; /**< Packet data */
-      Ipv6Address fromIp; /**< Source address */
-      uint16_t fromProtocol; /**< Protocol used */
-    };
+  {
+    Ptr<Packet> packet;   /**< Packet data */
+    Ipv6Address fromIp;   /**< Source address */
+    uint16_t fromProtocol;   /**< Protocol used */
+  };
 
   /**
    * \brief Dispose object.