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

Unified Diff: net/quic/iovector.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/iovector.cc
diff --git a/net/quic/iovector.cc b/net/quic/iovector.cc
index a6d2c617fc82b240c320d4d3108c6c98a250c207..82915129ddfa9cf153b3f29e487eada224338d40 100644
--- a/net/quic/iovector.cc
+++ b/net/quic/iovector.cc
@@ -6,8 +6,10 @@
namespace net {
-IOVector::IOVector() {}
+IOVector::IOVector() {
+}
-IOVector::~IOVector() {}
+IOVector::~IOVector() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698