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

Unified Diff: net/socket/socket_descriptor.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/socket_descriptor.h
diff --git a/net/socket/socket_descriptor.h b/net/socket/socket_descriptor.h
index b2a22234b800ff2d21e0f3fcd3552e902611007e..c21301c206b8c889c0b2635e78386d792c99e2e5 100644
--- a/net/socket/socket_descriptor.h
+++ b/net/socket/socket_descriptor.h
@@ -40,9 +40,8 @@ class NET_EXPORT PlatformSocketFactory {
};
// Creates socket. See WSASocket/socket documentation of parameters.
-SocketDescriptor NET_EXPORT CreatePlatformSocket(int family,
- int type,
- int protocol);
+SocketDescriptor NET_EXPORT
+ CreatePlatformSocket(int family, int type, int protocol);
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698