Fixed whitespace in all files (no tabs)
[senf.git] / Socket / ProtocolClientSocketHandle.test.cc
index 82c18f3..8e1ac70 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2006 
+// Copyright (C) 2006
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
 //     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
@@ -57,7 +57,7 @@ BOOST_AUTO_UNIT_TEST(protocolClientSocketHandle)
 
         MySocketHandle h;
         h.protocol();
-        
+
         OtherSocketHandle osh (h);
         h = senf::static_socket_cast<MySocketHandle>(osh);
     }
@@ -73,5 +73,8 @@ BOOST_AUTO_UNIT_TEST(protocolClientSocketHandle)
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: