Skip to content

Commit b339dd5

Browse files
author
Michael Penick
committed
Fix formatting
1 parent 770ddc0 commit b339dd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ssl/ssl_no_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class NoSslSession : public SslSession {
3333

3434
class NoSslContext : public SslContext {
3535
public:
36-
virtual SslSession* create_session(const Address& address, const String& hostname, const String& sni_server_name);
36+
virtual SslSession* create_session(const Address& address, const String& hostname,
37+
const String& sni_server_name);
3738

3839
virtual CassError add_trusted_cert(const char* cert, size_t cert_length);
3940
virtual CassError set_cert(const char* cert, size_t cert_length);

0 commit comments

Comments
 (0)