Socket/SocketHandle.test: bugfix of Rev. 1277
[senf.git] / Packets / MPEGDVBBundle / GREPacket.cc
index 74ead8c..971bc58 100644 (file)
@@ -41,8 +41,8 @@ prefix_ void senf::GREPacketType::dump(packet p, std::ostream & os)
 {
     boost::io::ios_all_saver ias(os);
     os << "GRE Encapsulation:\n"
-       << "  checksum_present : " << p->checksum_present() << "\n"
-       << "  protocol_type    : 0x" << std::hex << p->protocol_type() << "\n"
+       <<     "  checksum_present        : " << p->checksum_present() << "\n"
+       <<     "  protocol_type           : 0x" << std::hex << p->protocol_type() << "\n"
        ;
 }