stripped tabs from files.

[SVN r13817]
This commit is contained in:
John Maddock
2002-05-11 10:54:40 +00:00
parent d3c3cdc474
commit 8dcd9ab7c4

View File

@@ -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;
}
}