Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2339)

Unified Diff: net/socket/client_socket_handle.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/client_socket_handle.cc
diff --git a/net/socket/client_socket_handle.cc b/net/socket/client_socket_handle.cc
index 53bcd77499a0afa27242f29811ccbd128a5f2f1f..796c15311f272cd4b082b1ef7ab3d72a6673b844 100644
--- a/net/socket/client_socket_handle.cc
+++ b/net/socket/client_socket_handle.cc
@@ -22,7 +22,8 @@ ClientSocketHandle::ClientSocketHandle()
reuse_type_(ClientSocketHandle::UNUSED),
callback_(base::Bind(&ClientSocketHandle::OnIOComplete,
base::Unretained(this))),
- is_ssl_error_(false) {}
+ is_ssl_error_(false) {
+}
ClientSocketHandle::~ClientSocketHandle() {
Reset();
@@ -183,9 +184,8 @@ void ClientSocketHandle::HandleInitCompletion(int result) {
// release() socket. It ends up working though, since those methods are being
// used to layer sockets (and the destination sources are the same).
DCHECK(socket_.get());
- socket_->NetLog().BeginEvent(
- NetLog::TYPE_SOCKET_IN_USE,
- requesting_source_.ToEventParametersCallback());
+ socket_->NetLog().BeginEvent(NetLog::TYPE_SOCKET_IN_USE,
+ requesting_source_.ToEventParametersCallback());
}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698