whitespace fix

This commit is contained in:
John Jones 2019-03-05 13:04:44 -05:00
parent d9634f8755
commit d22f9ed634

View file

@ -70,7 +70,7 @@ BOOST_AUTO_TEST_CASE( types_edge_cases_test )
sv::tag_type current_value = variant_with_tagtype.get<sv::tag_type>();
BOOST_CHECK_EQUAL( current_value, init_value );
BOOST_CHECK(variant_with_tagtype.get<sv::tag_type>() == init_value);
BOOST_CHECK( variant_with_tagtype.get<sv::tag_type>() == init_value );
for (sv::tag_type i = variant_with_tagtype.count(); i-->0;)
{