diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-08-28 09:42:33 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-08-28 09:42:33 +0200 |
commit | fbfee5c95cf1e8e8c936305f01c4c55186366bea (patch) | |
tree | df7e9a6637f3f598993b91fbaf3862d2dc20c303 /python/test | |
parent | Fixed Matlab test helper to use length instead of strlength (diff) | |
download | ice-fbfee5c95cf1e8e8c936305f01c4c55186366bea.tar.bz2 ice-fbfee5c95cf1e8e8c936305f01c4c55186366bea.tar.xz ice-fbfee5c95cf1e8e8c936305f01c4c55186366bea.zip |
Fixed whitespaces
Diffstat (limited to 'python/test')
-rwxr-xr-x | python/test/Ice/proxy/Server.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test/Ice/proxy/Server.py b/python/test/Ice/proxy/Server.py index c36572d2a4d..fa83ff5534d 100755 --- a/python/test/Ice/proxy/Server.py +++ b/python/test/Ice/proxy/Server.py @@ -28,4 +28,3 @@ class Server(TestHelper): adapter.add(TestI.MyDerivedClassI(), Ice.stringToIdentity("test")) adapter.activate() communicator.waitForShutdown() - |