lib/base/eptrlist.h: fix tabs
[enigma2.git] / lib / base / eptrlist.h
index 751230530c06a984023b34b4da44d32d62b2359b..0da46daa49ca47759531616f2b0df746c3365fe7 100644 (file)
@@ -164,7 +164,7 @@ public:
                // returns a pointer to this new vector ( the reserved memory must deletet from the receiver !! )
                std::vector<T>* v=new std::vector<T>();
                v->reserve( std::list<T>::size() );
-    for ( std_list_T_iterator it( std::list<T*>::begin() ); it != std::list<T*>::end(); it++)
+               for ( std_list_T_iterator it( std::list<T*>::begin() ); it != std::list<T*>::end(); it++)
                        v->push_back( **it );
 
                return v;