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

Unified Diff: net/server/web_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/server/web_socket.h
diff --git a/net/server/web_socket.h b/net/server/web_socket.h
index 49ced84ee6de03980ed90ad855d30db73f2b15ad..6b5a0b760f645894e7a01ed61e9d4ddfa871461e 100644
--- a/net/server/web_socket.h
+++ b/net/server/web_socket.h
@@ -16,12 +16,7 @@ class HttpServerRequestInfo;
class WebSocket {
public:
- enum ParseResult {
- FRAME_OK,
- FRAME_INCOMPLETE,
- FRAME_CLOSE,
- FRAME_ERROR
- };
+ enum ParseResult { FRAME_OK, FRAME_INCOMPLETE, FRAME_CLOSE, FRAME_ERROR };
static WebSocket* CreateWebSocket(HttpConnection* connection,
const HttpServerRequestInfo& request,

Powered by Google App Engine
This is Rietveld 408576698