Fixed whitespace in all files (no tabs)
[senf.git] / Packets / ParseListS.cti
index 3a8a3e0..9a03c88 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>
@@ -97,7 +97,7 @@ senf::impl::Parse_ListS_iterator<Parser,Sentinel,Iterator>::Parse_ListS_iterator
 {}
 
 template <class Parser, class Sentinel, class Iterator>
-prefix_ 
+prefix_
 senf::impl::Parse_ListS_iterator<Parser,Sentinel,Iterator>::
 Parse_ListS_iterator(Iterator const & i)
     : i_(i), atEnd_(false)
@@ -197,5 +197,8 @@ senf::Parse_ListS_wrapper<Parser,Sentinel,Container>::range()
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: