Index: net/tools/quic/quic_epoll_clock.cc |
diff --git a/net/tools/quic/quic_epoll_clock.cc b/net/tools/quic/quic_epoll_clock.cc |
index 450afb8c52442e80249a1be47a731f7a9b673abc..07ce306f9e1a5861df494fbee9d7d353f092dfea 100644 |
--- a/net/tools/quic/quic_epoll_clock.cc |
+++ b/net/tools/quic/quic_epoll_clock.cc |
@@ -13,7 +13,8 @@ QuicEpollClock::QuicEpollClock(EpollServer* epoll_server) |
: epoll_server_(epoll_server) { |
} |
-QuicEpollClock::~QuicEpollClock() {} |
+QuicEpollClock::~QuicEpollClock() { |
+} |
QuicTime QuicEpollClock::ApproximateNow() const { |
return QuicTime::Zero().Add( |