From f36d6ea8606e30bbd87bb201c3d4d03947c59e6b Mon Sep 17 00:00:00 2001
From: dimitri staessens <dimitri.staessens@ugent.be>
Date: Fri, 31 Mar 2017 20:32:47 +0200
Subject: include: Fix indentation in fcntl.h

---
 include/ouroboros/fcntl.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/include/ouroboros/fcntl.h b/include/ouroboros/fcntl.h
index c07b7bf0..65e8c378 100644
--- a/include/ouroboros/fcntl.h
+++ b/include/ouroboros/fcntl.h
@@ -37,18 +37,18 @@
 
 #define FLOW_O_INVALID  (FLOW_O_WRONLY | FLOW_O_RDWR)
 
-int               flow_set_flags(int fd,
-                                 int flags);
+int flow_set_flags(int fd,
+                   int flags);
 
-int               flow_get_flags(int fd);
+int flow_get_flags(int fd);
 
-int               flow_set_timeout(int                     fd,
-                                   const struct timespec * to);
+int flow_set_timeout(int                     fd,
+                     const struct timespec * to);
 
-int               flow_get_timeout(int               fd,
-                                   struct timespec * to);
+int flow_get_timeout(int               fd,
+                     struct timespec * to);
 
-int               flow_get_qosspec(int         fd,
-                                   qosspec_t * spec);
+int flow_get_qosspec(int         fd,
+                     qosspec_t * qs);
 
 #endif /* OUROBOROS_FCNTL_H */
-- 
cgit v1.2.3