Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Socket / Protocols / Raw / PacketSocketHandle.cc
index f24e0b1..f9728b3 100644 (file)
@@ -72,7 +72,7 @@ prefix_ bool senf::PacketSocketProtocol::eof()
 }
 
 namespace {
-    
+
     void do_mc(int fd, std::string const & interface, senf::MACAddress address, bool add)
     {
         struct packet_mreq mreq;