Chromium Code Reviews| 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
|