removed tabs

[SVN r12707]
This commit is contained in:
Jeremy Siek
2002-02-04 20:29:35 +00:00
parent e27d0fcf2a
commit e6fc2555f3
8 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ main()
{
using boost::dummyT;
dummyT array[] = { dummyT(0), dummyT(1), dummyT(2),
dummyT(3), dummyT(4), dummyT(5) };
dummyT(3), dummyT(4), dummyT(5) };
typedef boost::iterator_adaptor<dummyT*,
boost::default_iterator_policies, dummyT> my_iter;
my_iter mi(array);