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

Unified Diff: net/tools/quic/quic_epoll_connection_helper.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/quic_epoll_connection_helper.cc
diff --git a/net/tools/quic/quic_epoll_connection_helper.cc b/net/tools/quic/quic_epoll_connection_helper.cc
index 78bfe979405808244f46259c25d7c50d4446dd7b..53a9bbcc04440237420d80d827d901aacbbfc265 100644
--- a/net/tools/quic/quic_epoll_connection_helper.cc
+++ b/net/tools/quic/quic_epoll_connection_helper.cc
@@ -21,8 +21,7 @@ namespace {
class QuicEpollAlarm : public QuicAlarm {
public:
- QuicEpollAlarm(EpollServer* epoll_server,
- QuicAlarm::Delegate* delegate)
+ QuicEpollAlarm(EpollServer* epoll_server, QuicAlarm::Delegate* delegate)
: QuicAlarm(delegate),
epoll_server_(epoll_server),
epoll_alarm_impl_(this) {}

Powered by Google App Engine
This is Rietveld 408576698