Update snappy-stubs-public.h.in

Change to two blank
This commit is contained in:
zhaokai 2015-02-28 10:54:21 +08:00
parent 1ff9be9b8f
commit 7cfb74e9a7
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ typedef std::string string;
// Windows does not have an iovec type, yet the concept is universally useful.
// It is simple to define it ourselves, so we put it inside our own namespace.
struct iovec {
void* iov_base;
size_t iov_len;
void* iov_base;
size_t iov_len;
};
#endif