Fixed whitespace in all files (no tabs)
[senf.git] / Packets / ParseArray.hh
index 267cb7b..6e1fa1d 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>
@@ -32,7 +32,7 @@
 
 namespace senf {
 
-    
+
     namespace impl { template <class,class> class Parse_Array_iterator; }
 
     /* Parse_Array has the external interface of a container class
@@ -43,13 +43,13 @@ namespace senf {
         ///////////////////////////////////////////////////////////////////////////
         // Parser interface
 
-        template <class I=nil, class P=nil> 
+        template <class I=nil, class P=nil>
         struct rebind { typedef Parse_Array<elements,Parser,I,P> parser; };
         typedef Iterator byte_iterator;
 
         Parse_Array();
         explicit Parse_Array(Iterator const & i);
-        
+
         static unsigned bytes();
         bool check(Iterator const & e) const;
         void init() const;
@@ -87,5 +87,8 @@ namespace senf {
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: