Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Packets / VectorParser.ih
index bd46aa1..6f84ed5 100644 (file)
@@ -46,7 +46,7 @@ namespace detail {
     };
 
     template <class ElementParser, class AuxPolicy, class Transform>
-    struct VectorParserPolicy<ElementParser, AuxPolicy, 
+    struct VectorParserPolicy<ElementParser, AuxPolicy,
                               senf::detail::auxtag::transform<Transform,
                                                               senf::detail::auxtag::none> >
     {
@@ -65,7 +65,7 @@ namespace detail {
     struct VectorParserPolicy<ElementParser, AuxPolicy, senf::detail::auxtag::bytes>
     {
         typedef senf::detail::TransformAuxParserPolicy<
-            AuxPolicy, 
+            AuxPolicy,
             VectorParserBytesTransform<ElementParser::fixed_bytes> > type;
     };
 
@@ -75,7 +75,7 @@ namespace detail {
         template <class AuxPolicy, class AuxTag>
         struct parser {
             typedef senf::VectorParser<
-                ElementParser, 
+                ElementParser,
                 typename VectorParserPolicy<ElementParser, AuxPolicy, AuxTag>::type > type;
         };
     };
@@ -91,7 +91,7 @@ namespace detail {
 #endif
 
 }}
-                              
+
 ///////////////////////////////ih.e////////////////////////////////////////
 #endif