summaryrefslogtreecommitdiff
path: root/os/windows/posix
diff options
context:
space:
mode:
authorBruce Cran <bruce@cran.org.uk>2012-12-19 10:47:29 +0100
committerJens Axboe <axboe@kernel.dk>2012-12-19 10:47:29 +0100
commit79b199dfb3ae06fc91381e323f21114c73b7b39c (patch)
tree36cf913b457c72d2302db35ed5cf5959aff27da3 /os/windows/posix
parent60f32acb9b1cafd9865d5ea36e5a8a63240a9074 (diff)
downloadfio-79b199dfb3ae06fc91381e323f21114c73b7b39c.tar.gz
fio-79b199dfb3ae06fc91381e323f21114c73b7b39c.tar.bz2
Consistently indent using tabs in Windows files and remove trailing spaces.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'os/windows/posix')
-rw-r--r--os/windows/posix/include/dlfcn.h2
-rw-r--r--os/windows/posix/include/sys/uio.h2
-rw-r--r--os/windows/posix/include/sys/un.h2
3 files changed, 3 insertions, 3 deletions
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 */
};