Fixed whitespace in all files (no tabs)
[senf.git] / Packets / ParseListS.ih
index 0cd75b4..4dce0db 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>
@@ -42,9 +42,9 @@ namespace impl {
     public:
         Parse_ListS_iterator();
         explicit Parse_ListS_iterator(Iterator const & i);
-        
+
         Iterator raw() const;
-        
+
     private:
         friend class boost::iterator_core_access;
 
@@ -65,5 +65,8 @@ namespace impl {
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: