From abada90e3f84dc703b8ddc9efcbed8a946fadead Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 1 Feb 2007 17:09:49 +0000 Subject: Expanded tabs into spaces --- cpp/test/IceUtil/thread/TestBase.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/test/IceUtil/thread/TestBase.cpp') diff --git a/cpp/test/IceUtil/thread/TestBase.cpp b/cpp/test/IceUtil/thread/TestBase.cpp index 54b565d9bb0..71bf59cce24 100644 --- a/cpp/test/IceUtil/thread/TestBase.cpp +++ b/cpp/test/IceUtil/thread/TestBase.cpp @@ -35,12 +35,12 @@ TestBase::start() cout << "running " << _name << " test... " << flush; try { - run(); + run(); } catch(const IceUtil::Exception& e) { - cout << e << " failed" << endl; - throw TestFailed(_name); + cout << e << " failed" << endl; + throw TestFailed(_name); } cout << "ok" << endl; } -- cgit v1.2.3