diff options
author | Joe George <joe@zeroc.com> | 2017-05-03 12:02:39 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-03 15:21:00 -0400 |
commit | 6f529c5068754f5ee28fadfa41487c3625b5c7ea (patch) | |
tree | 101e0655019ba9e06dc9f24da5ae43638796d6aa /cpp/test/Ice/stream/Client.cpp | |
parent | IceBridge bug fix (diff) | |
download | ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.bz2 ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.xz ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.zip |
Remove unnecessary tabs
Diffstat (limited to 'cpp/test/Ice/stream/Client.cpp')
-rw-r--r-- | cpp/test/Ice/stream/Client.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/test/Ice/stream/Client.cpp b/cpp/test/Ice/stream/Client.cpp index 7a7654af2d2..9a99afd2911 100644 --- a/cpp/test/Ice/stream/Client.cpp +++ b/cpp/test/Ice/stream/Client.cpp @@ -896,12 +896,12 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) #ifdef ICE_CPP11_MAPPING auto clearS = [](MyClassS& arr) { - for(MyClassS::iterator p = arr.begin(); p != arr.end(); ++p) + for(MyClassS::iterator p = arr.begin(); p != arr.end(); ++p) { - if(*p) + if(*p) { - (*p)->c = nullptr; - (*p)->o = nullptr; + (*p)->c = nullptr; + (*p)->o = nullptr; (*p)->d["hi"] = nullptr; } } @@ -909,7 +909,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) auto clearSS = [clearS](MyClassSS& arr) { for(MyClassSS::iterator p = arr.begin(); p != arr.end(); ++p) { - clearS(*p); + clearS(*p); } }; clearS(arr); @@ -1077,12 +1077,12 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) #ifdef ICE_CPP11_MAPPING ex1.c->c = nullptr; - ex1.c->o = nullptr; + ex1.c->o = nullptr; #endif } #ifdef ICE_CPP11_MAPPING c->c = nullptr; - c->o = nullptr; + c->o = nullptr; #endif } |