summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-05 15:02:12 +0100
committersin <sin@2f30.org>2014-10-05 15:02:12 +0100
commit2714b1b140be5f35b1ac135b7e5035b85c03015e (patch)
tree46f4dec8bfb3b6522405555cd63eb3de787f6a58
parent70af4df1a8617fce0487e2b60a66f3fb64b4267c (diff)
Style fix
-rw-r--r--ratox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index ab76a5f..e2010da 100644
--- a/ratox.c
+++ b/ratox.c
@@ -242,7 +242,8 @@ static void initshutdown(int);
static void shutdown(void);
static void usage(void);
-static struct timespec timediff(struct timespec t1, struct timespec t2)
+static struct timespec
+timediff(struct timespec t1, struct timespec t2)
{
struct timespec tmp;