Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Packets / PacketImpl.cc
index 5fc7bf9..4639a05 100644 (file)
@@ -40,7 +40,7 @@ unsigned senf::detail::AnnotationIndexerBase::maxAnnotations (0);
 
 prefix_ void senf::detail::AnnotationIndexerBase::dump(PacketImpl * p, std::ostream & os)
 {
-    for(std::vector<AnnotationIndexerBase*>::const_iterator 
+    for(std::vector<AnnotationIndexerBase*>::const_iterator
             i (registry().begin()), i_end (registry().end());
         i != i_end; ++i)
         (*i)->v_dump(p,os);