remove tabs

[SVN r20987]
This commit is contained in:
John Maddock
2003-11-28 15:19:31 +00:00
parent 3fe5c5fe0e
commit 7cd3d12f92

View File

@ -13,7 +13,7 @@
struct convertible_to_anything
{
template<typename T> operator T() { return 0; }
template<typename T> operator T() { return 0; }
};
@ -24,8 +24,3 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_enum<convertible_to_anything>::value, fal
TT_TEST_END