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

Unified Diff: ppapi/shared_impl/ppb_tcp_socket_shared.h

Issue 174213003: PPAPI: Use clang-format on ppapi/shared_impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove DEPS Created 6 years, 10 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
« no previous file with comments | « ppapi/shared_impl/ppb_opengles2_shared.cc ('k') | ppapi/shared_impl/ppb_tcp_socket_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_tcp_socket_shared.h
diff --git a/ppapi/shared_impl/ppb_tcp_socket_shared.h b/ppapi/shared_impl/ppb_tcp_socket_shared.h
index c723bdc6e18d6eeec453c61dacca9f3b9897bc6e..82286702bb33d8a086c18da097559bee627dacf9 100644
--- a/ppapi/shared_impl/ppb_tcp_socket_shared.h
+++ b/ppapi/shared_impl/ppb_tcp_socket_shared.h
@@ -29,14 +29,7 @@ class PPAPI_SHARED_EXPORT TCPSocketState {
// Transitions that will change the socket state. Please note that
// read/write/accept are not included because they don't change the socket
// state.
- enum TransitionType {
- NONE,
- BIND,
- CONNECT,
- SSL_CONNECT,
- LISTEN,
- CLOSE
- };
+ enum TransitionType { NONE, BIND, CONNECT, SSL_CONNECT, LISTEN, CLOSE };
explicit TCPSocketState(StateType state);
~TCPSocketState();
« no previous file with comments | « ppapi/shared_impl/ppb_opengles2_shared.cc ('k') | ppapi/shared_impl/ppb_tcp_socket_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698