From 364c465628189a4f3dee6eac54ff48825c48e681 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Tue, 25 Jun 2002 18:03:20 +0000 Subject: removed spaces --- cpp/src/IcePatch/Client.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/IcePatch/Client.cpp') diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp index eef4467867f..c416bc8f966 100644 --- a/cpp/src/IcePatch/Client.cpp +++ b/cpp/src/IcePatch/Client.cpp @@ -131,12 +131,12 @@ IcePatch::Client::run(int argc, char* argv[]) { router = starter->startRouter(id, pw, privateKey, publicKey, routerCert); } - catch (const Glacier::CannotStartRouterException& ex) + catch(const Glacier::CannotStartRouterException& ex) { cerr << appName() << ": " << ex << ":\n" << ex.reason << endl; return EXIT_FAILURE; } - catch (const Glacier::InvalidPasswordException&) + catch(const Glacier::InvalidPasswordException&) { cout << "password is invalid, try again" << endl; } @@ -232,7 +232,7 @@ IcePatch::Client::run(int argc, char* argv[]) patch(topDesc->directory->getContents(), ""); } } - catch (const FileAccessException& ex) + catch(const FileAccessException& ex) { cout << endl; // There might still be a non-terminated line on cout. cerr << appName() << ": " << ex << ":\n" << ex.reason << endl; @@ -242,7 +242,7 @@ IcePatch::Client::run(int argc, char* argv[]) } return EXIT_FAILURE; } - catch (const BusyException&) + catch(const BusyException&) { cout << endl; // There might still be a non-terminated line on cout. cerr << appName() << ": patching service busy, try again later" << endl; -- cgit v1.2.3