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

Unified Diff: net/tools/quic/test_tools/server_thread.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/tools/quic/test_tools/server_thread.cc
diff --git a/net/tools/quic/test_tools/server_thread.cc b/net/tools/quic/test_tools/server_thread.cc
index 839e137fb7a1c2c7fcf241140e8c92dfd9913c7e..5bac33e7c98b1febe4d0910f319aa95ce666a754 100644
--- a/net/tools/quic/test_tools/server_thread.cc
+++ b/net/tools/quic/test_tools/server_thread.cc
@@ -32,7 +32,8 @@ ServerThread::ServerThread(IPEndPoint address,
}
}
-ServerThread::~ServerThread() {}
+ServerThread::~ServerThread() {
+}
void ServerThread::Initialize() {
if (initialized_) {

Powered by Google App Engine
This is Rietveld 408576698