removed tabs. what's wrong with tabs anyway?

[SVN r44246]
This commit is contained in:
Emil Dotchevski
2008-04-12 03:27:57 +00:00
parent 761ae0bc1e
commit ec40d3d8ad
7 changed files with 77 additions and 77 deletions

View File

@ -34,8 +34,8 @@ n2
int
main()
{
BOOST_TEST( !boost::is_output_streamable<n1::c1>::value );
BOOST_TEST( boost::is_output_streamable<n2::c2>::value );
BOOST_TEST( boost::is_output_streamable<int>::value );
BOOST_TEST( !boost::is_output_streamable<n1::c1>::value );
BOOST_TEST( boost::is_output_streamable<n2::c2>::value );
BOOST_TEST( boost::is_output_streamable<int>::value );
return boost::report_errors();
}