summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-08-12 00:36:57 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-08-12 00:36:57 (GMT)
commita34d16c66723e8d1204fce24115d32e0205ca4e3 (patch)
treee970b912e11c208d0831323df9cbd5412669bd20 /Source
parentb41d447935c518c5d3352284afd8b24732985417 (diff)
downloadCMake-a34d16c66723e8d1204fce24115d32e0205ca4e3.zip
CMake-a34d16c66723e8d1204fce24115d32e0205ca4e3.tar.gz
CMake-a34d16c66723e8d1204fce24115d32e0205ca4e3.tar.bz2
fix it
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index dc0cbf4..c648786 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -2157,7 +2157,6 @@ void cmCTest::ProcessDirectory(cmCTest::tm_VectorOfStrings &passed,
if ( m_ShowOnly )
{
std::cerr.width(3);
- std::cerr.setf(std::ios_base::right);
std::cerr << cnt << "/";
std::cerr.width(3);
std::cerr << tmsize << " Testing ";