From: ghost Date: Mon, 17 May 2010 19:57:52 +0000 (+0200) Subject: lib/base/eptrlist.h: fix tabs X-Git-Tag: 3.0.0~28^2~61^2~4 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f5a64721338ea4cb821c024d27903ab127737fcd lib/base/eptrlist.h: fix tabs --- diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index 75123053..0da46daa 100644 --- a/lib/base/eptrlist.h +++ b/lib/base/eptrlist.h @@ -164,7 +164,7 @@ public: // returns a pointer to this new vector ( the reserved memory must deletet from the receiver !! ) std::vector* v=new std::vector(); v->reserve( std::list::size() ); - for ( std_list_T_iterator it( std::list::begin() ); it != std::list::end(); it++) + for ( std_list_T_iterator it( std::list::begin() ); it != std::list::end(); it++) v->push_back( **it ); return v;