summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/Client.cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-03 12:02:39 -0400
committerJoe George <joe@zeroc.com>2017-05-03 15:21:00 -0400
commit6f529c5068754f5ee28fadfa41487c3625b5c7ea (patch)
tree101e0655019ba9e06dc9f24da5ae43638796d6aa /cpp/test/Ice/interceptor/Client.cpp
parentIceBridge bug fix (diff)
downloadice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.bz2
ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.xz
ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.zip
Remove unnecessary tabs
Diffstat (limited to 'cpp/test/Ice/interceptor/Client.cpp')
-rw-r--r--cpp/test/Ice/interceptor/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp
index cf2497ae791..2126b15161a 100644
--- a/cpp/test/Ice/interceptor/Client.cpp
+++ b/cpp/test/Ice/interceptor/Client.cpp
@@ -108,7 +108,7 @@ main(int argc, char* argv[])
sigaction(SIGPIPE, &action, 0);
#endif
- ClientApp app;
+ ClientApp app;
#if defined(__APPLE__) || defined(ICE_OS_UWP)
int result = app._main(argc, argv);
#else