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

Unified Diff: net/base/iovec.h

Issue 649763002: git cl format the second third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/base/iovec.h
diff --git a/net/base/iovec.h b/net/base/iovec.h
index f1a85e3b53cfe3c84b4999ff1cbdfd9c727ebabf..00dae97cb13b1d9cab2111f85f69bd9e211b0b59 100644
--- a/net/base/iovec.h
+++ b/net/base/iovec.h
@@ -10,8 +10,8 @@
#else
/* Structure for scatter/gather I/O. */
struct iovec {
- void* iov_base; /* Pointer to data. */
- size_t iov_len; /* Length of data. */
+ void* iov_base; /* Pointer to data. */
+ size_t iov_len; /* Length of data. */
};
#endif // defined(OS_LINUX)
davidben 2014/10/10 20:24:15 Yikes, this file. Do you mind, probably in a separ

Powered by Google App Engine
This is Rietveld 408576698