From 79b199dfb3ae06fc91381e323f21114c73b7b39c Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Wed, 19 Dec 2012 10:47:29 +0100 Subject: [PATCH] Consistently indent using tabs in Windows files and remove trailing spaces. Signed-off-by: Jens Axboe --- os/windows/install.wxs | 2 +- os/windows/posix/include/dlfcn.h | 2 +- os/windows/posix/include/sys/uio.h | 2 +- os/windows/posix/include/sys/un.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 */ }; -- 2.25.1