removed some useless spaces; not very important, I know :)
[senf.git] / Packets / MPEGDVBBundle / DTCPPacket.cc
index eb52136..596f6fe 100644 (file)
@@ -1,8 +1,8 @@
 // $Id:TransportPacket.hh 560 2007-12-13 14:39:37Z tho $
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     David Wagner <dw6@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@ prefix_ void senf::DTCPPacketType::dump(packet p, std::ostream & os)
        << "  tunnel_protocol      : " << p->tunnel_protocol()             << std::endl
        ;
        
-               //TODO: print included IPs
+        //TODO: print included IPs
 }
 
 #undef prefix_