X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FMIHPacket.hh;h=f99c588ba676c3602139cc278e1c915db25cd17e;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=8b5453568c880551d189f49caa839368d58520c7;hpb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;p=senf.git diff --git a/senf/Packets/80221Bundle/MIHPacket.hh b/senf/Packets/80221Bundle/MIHPacket.hh index 8b54535..f99c588 100644 --- a/senf/Packets/80221Bundle/MIHPacket.hh +++ b/senf/Packets/80221Bundle/MIHPacket.hh @@ -106,7 +106,7 @@ namespace senf { using mixin::initSize; /** \brief Dump given MIH packet in readable form to given output stream */ - static void dump(packet p, std::ostream &os); + static void dump(packet p, std::ostream & os); static void finalize(packet p); static factory_t nextPacketType(packet p); static void validate(packet p); @@ -138,7 +138,7 @@ namespace senf { using mixin::initSize; /** \brief Dump given MIHGenericPayload in readable form to given output stream */ - static void dump(packet p, std::ostream &os); + static void dump(packet p, std::ostream & os); static void finalize(packet p); };