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

Unified Diff: net/base/iovec.h

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/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)
« no previous file with comments | « net/base/io_buffer.cc ('k') | net/base/ip_endpoint.h » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698