From: Bruce Cran Date: Wed, 19 Dec 2012 09:47:29 +0000 (+0100) Subject: Consistently indent using tabs in Windows files and remove trailing spaces. X-Git-Tag: fio-2.0.12.2~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=79b199dfb3ae06fc91381e323f21114c73b7b39c Consistently indent using tabs in Windows files and remove trailing spaces. Signed-off-by: Jens Axboe --- diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 2c71ec93..002c6e60 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -7,7 +7,7 @@ - diff --git a/os/windows/posix/include/dlfcn.h b/os/windows/posix/include/dlfcn.h index 2953aec6..aaffb52f 100644 --- a/os/windows/posix/include/dlfcn.h +++ b/os/windows/posix/include/dlfcn.h @@ -1,6 +1,6 @@ #ifndef DLFCN_H #define DLFCN_H - + #define RTLD_LAZY 1 void *dlopen(const char *file, int mode); diff --git a/os/windows/posix/include/sys/uio.h b/os/windows/posix/include/sys/uio.h index 0fac2c01..077550c6 100644 --- a/os/windows/posix/include/sys/uio.h +++ b/os/windows/posix/include/sys/uio.h @@ -6,7 +6,7 @@ struct iovec { - void *iov_base; /* Base address of a memory region for input or output */ + void *iov_base; /* Base address of a memory region for input or output */ size_t iov_len; /* The size of the memory pointed to by iov_base */ }; diff --git a/os/windows/posix/include/sys/un.h b/os/windows/posix/include/sys/un.h index ec118054..64e57a5b 100644 --- a/os/windows/posix/include/sys/un.h +++ b/os/windows/posix/include/sys/un.h @@ -6,7 +6,7 @@ typedef int in_port_t; struct sockaddr_un { - sa_family_t sun_family; /* Address family */ + sa_family_t sun_family; /* Address family */ char sun_path[]; /* Socket pathname */ };