Untabify pointer_cast_test2

This commit is contained in:
Peter Dimov
2017-07-07 00:59:01 +03:00
parent a3c8c2125a
commit eb64ae8daa

View File

@ -122,7 +122,7 @@ static void test_const_cast()
BOOST_TEST( p2.get() == 0 );
BOOST_TEST_EQ( p3.get(), q1 );
}
}
}
struct B2