diff options
author | Joe George <joe@zeroc.com> | 2016-06-29 11:16:14 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-06-29 11:26:52 -0400 |
commit | 9d5e62c9d1c721b4fc116a5108c81162d2df8c9d (patch) | |
tree | 75b9b27e786bb64c3ffbc1fe0565dda531af2d54 /cpp/test/Ice/stringConverter/Client.cpp | |
parent | Reduced number of symbols exported by generated code with MSVC (diff) | |
download | ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.tar.bz2 ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.tar.xz ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.zip |
Whitespace cleanup - tabs to spaces
Diffstat (limited to 'cpp/test/Ice/stringConverter/Client.cpp')
-rw-r--r-- | cpp/test/Ice/stringConverter/Client.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index c9fb040ef01..6593f7f818f 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -61,14 +61,14 @@ main(int argc, char* argv[]) IceUtil::setProcessStringConverter(IceUtil::createIconvStringConverter<char>("iso815")); } IceUtil::setProcessWstringConverter(IceUtil::createIconvStringConverter<wchar_t>("ucs4")); - + #elif defined(_AIX) - + // Always big-endian - + if(useLocale) { - IceUtil::setProcessStringConverter(IceUtil::createIconvStringConverter<char>()); + IceUtil::setProcessStringConverter(IceUtil::createIconvStringConverter<char>()); } else { @@ -77,12 +77,12 @@ main(int argc, char* argv[]) if(sizeof(wchar_t) == 4) { - IceUtil::setProcessWstringConverter(IceUtil::createIconvStringConverter<wchar_t>("UTF-32")); + IceUtil::setProcessWstringConverter(IceUtil::createIconvStringConverter<wchar_t>("UTF-32")); } else - { - IceUtil::setProcessWstringConverter(IceUtil::createIconvStringConverter<wchar_t>("UTF-16")); - } + { + IceUtil::setProcessWstringConverter(IceUtil::createIconvStringConverter<wchar_t>("UTF-16")); + } #else if(useLocale) |