diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-10 12:25:09 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-10 12:25:09 +0000 |
commit | f96040c64bcc0f127b8cecaade1941f6fc23cadc (patch) | |
tree | e835e6f2a08f5fa55777f54692b48e6f01eef7ec | |
parent | fix for bug 930: race condition in connection processing (diff) | |
download | ice-f96040c64bcc0f127b8cecaade1941f6fc23cadc.tar.bz2 ice-f96040c64bcc0f127b8cecaade1941f6fc23cadc.tar.xz ice-f96040c64bcc0f127b8cecaade1941f6fc23cadc.zip |
Remove uneeded space
-rw-r--r-- | cpp/test/Glacier2/attack/Client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Glacier2/attack/Client.cpp b/cpp/test/Glacier2/attack/Client.cpp index 9ebeb175b75..ab588efa07b 100644 --- a/cpp/test/Glacier2/attack/Client.cpp +++ b/cpp/test/Glacier2/attack/Client.cpp @@ -108,7 +108,6 @@ AttackClient::run(int argc, char* argv[]) backend->ice_ping(); } cout << string(msg.size(), '\b') << string(msg.size(), ' ') << string(msg.size(), '\b'); - cout << ' '; cout << "ok" << endl; cout << "testing server and router shutdown... " << flush; |