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

Unified Diff: net/socket/server_socket.h

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/server_socket.h
diff --git a/net/socket/server_socket.h b/net/socket/server_socket.h
index 11151eea1539636928b64aee65876dfacd9e60ec..3436a13e6fce6cefdce031a1df619c06d0482f9f 100644
--- a/net/socket/server_socket.h
+++ b/net/socket/server_socket.h
@@ -16,8 +16,8 @@ class StreamSocket;
class NET_EXPORT ServerSocket {
public:
- ServerSocket() { }
- virtual ~ServerSocket() { }
+ ServerSocket() {}
+ virtual ~ServerSocket() {}
// Bind the socket and start listening. Destroy the socket to stop
// listening.

Powered by Google App Engine
This is Rietveld 408576698