X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketInterpreter.hh;h=e2591cff59d644f4331cf6be19dcbc21bec6bcc4;hb=82e794070d4f3ae8aacb1827b21a93b9d48ce57f;hp=5747c9438788d9ae674349fad6c4375727095e1b;hpb=1c55e269cfd07c017fe592a04d1ec86fdc7f4b37;p=senf.git diff --git a/senf/Packets/PacketInterpreter.hh b/senf/Packets/PacketInterpreter.hh index 5747c94..e2591cf 100644 --- a/senf/Packets/PacketInterpreter.hh +++ b/senf/Packets/PacketInterpreter.hh @@ -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") {} }; }