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

Unified Diff: net/spdy/spdy_framer_test.cc

Issue 13454035: Fix indentation in spdy_framer_test.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer_test.cc
diff --git a/net/spdy/spdy_framer_test.cc b/net/spdy/spdy_framer_test.cc
index 5bf76fa577449c1ea8deabbe76550cbc445d0a4c..854f37cabc712b8caff0b84e3ff6849e1032b429 100644
--- a/net/spdy/spdy_framer_test.cc
+++ b/net/spdy/spdy_framer_test.cc
@@ -100,8 +100,7 @@ class SpdyFramerTestUtil {
class DecompressionVisitor : public SpdyFramerVisitorInterface {
public:
explicit DecompressionVisitor(int version)
- : version_(version), size_(0), finished_(false) {
- }
+ : version_(version), size_(0), finished_(false) {}
Ryan Hamilton 2013/04/08 16:13:00 Huh. I didn't realize this was the style when the
akalin 2013/04/08 21:48:42 You mean for initializer lists? I don't think this
void ResetBuffer() {
CHECK(buffer_.get() == NULL);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698