diff --git a/cpp/src/Ice/OpaqueEndpointI.cpp b/cpp/src/Ice/OpaqueEndpointI.cpp index 553010ccfd0..3cfefe0d813 100644 --- a/cpp/src/Ice/OpaqueEndpointI.cpp +++ b/cpp/src/Ice/OpaqueEndpointI.cpp @@ -54,8 +54,7 @@ namespace class OpaqueEndpointInfoI final : public Ice::OpaqueEndpointInfo { public: - OpaqueEndpointInfoI(int16_t type, const Ice::EncodingVersion& rawEncoding, vector rawBytes) - : _type(type) + OpaqueEndpointInfoI(int16_t type, const Ice::EncodingVersion& rawEncoding, vector rawBytes) : _type(type) { OpaqueEndpointInfo::rawEncoding = rawEncoding; OpaqueEndpointInfo::rawBytes = std::move(rawBytes); diff --git a/csharp/src/Ice/Connection.cs b/csharp/src/Ice/Connection.cs index e258d34369e..ea5ad2ba9eb 100644 --- a/csharp/src/Ice/Connection.cs +++ b/csharp/src/Ice/Connection.cs @@ -130,7 +130,7 @@ System.Threading.Tasks.Task flushBatchRequestsAsync( void throwException(); } - /// + /// /// Base class providing access to the connection details. /// public class ConnectionInfo