80221Bundle: added static const etherType member to MIHPacketType
[senf.git] / senf / Packets / 80221Bundle / TLVParser.hh
index 2940400..0fd0a71 100644 (file)
@@ -41,7 +41,8 @@ namespace senf {
           : senf::Exception("MIHTLVLengthException") {}
     };
 
-    struct InvalidMIHPacketException : public senf::Exception {
+    struct InvalidMIHPacketException : public senf::Exception
+    {
         InvalidMIHPacketException(std::string const & description)
             : senf::Exception("Invalid MIH message: ") { append(description); }
     };