Consistently indent using tabs in Windows files and remove trailing spaces.
[fio.git] / os / windows / posix / include / sys / uio.h
index 102298692b62b16b3f2b96d2994516fe3b0602cb..077550c61b4884d61d343d349e6fd1cb1e7f93b3 100644 (file)
@@ -6,8 +6,8 @@
 \r
  struct iovec\r
  {\r
-       void   *iov_base;  //Base address of a memory region for input or output.\r
-       size_t  iov_len;   //The size of the memory pointed to by iov_base.\r
+       void    *iov_base;  /* Base address of a memory region for input or output */\r
+       size_t   iov_len;   /* The size of the memory pointed to by iov_base */\r
 };\r
 \r
  ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);\r