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/Client.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cpp/test/IceUtil/thread/Client.cpp') diff --git a/cpp/test/IceUtil/thread/Client.cpp b/cpp/test/IceUtil/thread/Client.cpp index da04fabc81a..bea92fa446f 100644 --- a/cpp/test/IceUtil/thread/Client.cpp +++ b/cpp/test/IceUtil/thread/Client.cpp @@ -21,17 +21,17 @@ main(int argc, char** argv) { try { - initializeTestSuite(); + initializeTestSuite(); - for(list::const_iterator p = allTests.begin(); p != allTests.end(); ++p) - { - (*p)->start(); - } + for(list::const_iterator p = allTests.begin(); p != allTests.end(); ++p) + { + (*p)->start(); + } } catch(const TestFailed& e) { - cout << "test " << e.name << " failed" << endl; - return EXIT_FAILURE; + cout << "test " << e.name << " failed" << endl; + return EXIT_FAILURE; } return EXIT_SUCCESS; } -- cgit v1.2.3