Packets/80211Bundle: completed information elements handling in WLAN BeaconPacket
[senf.git] / senf / Packets / PacketData.hh
index 9af6643..0860062 100644 (file)
@@ -163,7 +163,7 @@ namespace senf {
         byte. If the packet has been implemented correctly, this signals a malformed packet.
      */
     struct TruncatedPacketException : public senf::Exception
-    { TruncatedPacketException() : senf::Exception("truncated packet"){} };
+    { TruncatedPacketException() : senf::Exception("truncated packet") {} };
 
 }