From 58b0a1c2664f7f6d0c05b8047ac2c1643d71e281 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 10 May 2002 11:35:38 +0000 Subject: [PATCH] Removed tabs, fixed end of files. [SVN r13803] --- include/boost/type_traits/type_traits_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/type_traits_test.hpp b/include/boost/type_traits/type_traits_test.hpp index 046b8e1..b87d278 100644 --- a/include/boost/type_traits/type_traits_test.hpp +++ b/include/boost/type_traits/type_traits_test.hpp @@ -212,7 +212,7 @@ struct test_type_with_align if (new_align % align != 0) { ++failures; std::cerr << "checking for an object with same alignment as " - << typeid(T).name() << "...failed" << std::endl; + << typeid(T).name() << "...failed" << std::endl; std::cerr << "\tfound: " << typeid(align_t).name() << std::endl; } }