Packets/80221Bundle: integrated GenericTLVRegistry
[senf.git] / senf / Packets / PacketInterpreter.hh
index 5747c94..e2591cf 100644 (file)
@@ -379,7 +379,7 @@ namespace senf {
         chain member and other similar error conditions. 
      */
     struct InvalidPacketChainException : public senf::Exception
-    { InvalidPacketChainException() : senf::Exception("invalid packet chain"){} };
+    { InvalidPacketChainException() : senf::Exception("invalid packet chain") {} };
     
 }