summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceSSL/UWPPluginI.cpp2
-rw-r--r--cpp/src/IceUtil/ConsoleUtil.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/UWPPluginI.cpp b/cpp/src/IceSSL/UWPPluginI.cpp
index 3590c89ae4a..a7ef7fa28ab 100644
--- a/cpp/src/IceSSL/UWPPluginI.cpp
+++ b/cpp/src/IceSSL/UWPPluginI.cpp
@@ -91,4 +91,4 @@ IceSSL::CertificatePtr
IceSSL::Certificate::decode(const std::string& encoding)
{
return IceSSL::UWP::Certificate::decode(encoding);
-} \ No newline at end of file
+}
diff --git a/cpp/src/IceUtil/ConsoleUtil.cpp b/cpp/src/IceUtil/ConsoleUtil.cpp
index dddd76f0e3a..08121a27fd8 100644
--- a/cpp/src/IceUtil/ConsoleUtil.cpp
+++ b/cpp/src/IceUtil/ConsoleUtil.cpp
@@ -67,7 +67,7 @@ ConsoleUtil::toConsoleEncoding(const string& message) const
// Then from UTF-8 to console CP
string consoleString;
- _consoleConverter->fromUTF8(reinterpret_cast<const IceUtil::Byte* > (u8s.data()),
+ _consoleConverter->fromUTF8(reinterpret_cast<const IceUtil::Byte* > (u8s.data()),
reinterpret_cast<const IceUtil::Byte*>(u8s.data() + u8s.size()),
consoleString);