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

Unified Diff: net/quic/quic_connection_helper_test.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/quic/quic_connection_helper_test.cc
diff --git a/net/quic/quic_connection_helper_test.cc b/net/quic/quic_connection_helper_test.cc
index 2e677221a84d51d5a62fd33dda4fb5c7ff65ba85..ab183e2b1a014a9108f68fa8a56947fe99587825 100644
--- a/net/quic/quic_connection_helper_test.cc
+++ b/net/quic/quic_connection_helper_test.cc
@@ -23,7 +23,7 @@ class TestDelegate : public QuicAlarm::Delegate {
}
bool fired() const { return fired_; }
- void Clear() { fired_= false; }
+ void Clear() { fired_ = false; }
private:
bool fired_;
@@ -33,8 +33,7 @@ class QuicConnectionHelperTest : public ::testing::Test {
protected:
QuicConnectionHelperTest()
: runner_(new TestTaskRunner(&clock_)),
- helper_(runner_.get(), &clock_, &random_generator_) {
- }
+ helper_(runner_.get(), &clock_, &random_generator_) {}
scoped_refptr<TestTaskRunner> runner_;
QuicConnectionHelper helper_;

Powered by Google App Engine
This is Rietveld 408576698