X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketInterpreter.hh;h=e2591cff59d644f4331cf6be19dcbc21bec6bcc4;hb=33adfa86c0b25cb6eeda0fa12d47e077e488375a;hp=5747c9438788d9ae674349fad6c4375727095e1b;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;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") {} }; }