- fixes
[oweals/gnunet.git] / src / mesh / mesh_protocol.h
index e835429441081c8bce16e6ba811ac5bb93571bd9..01f7f3487d8ca91972271440d83a8eda792e7ded 100644 (file)
@@ -235,22 +235,21 @@ struct GNUNET_MESH_Poll
    * Type: GNUNET_MESSAGE_TYPE_MESH_POLL
    */
   struct GNUNET_MessageHeader header;
-  
+
   /**
    * TID of the tunnel
    */
   uint32_t tid GNUNET_PACKED;
-  
+
   /**
    * OID of the tunnel
    */
   struct GNUNET_PeerIdentity oid;
-  
+
   /**
    * Last ACK received.
    */
   uint32_t last_ack;
-  
 };
 
 /**