From 2714b1b140be5f35b1ac135b7e5035b85c03015e Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 5 Oct 2014 15:02:12 +0100 Subject: Style fix --- ratox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ratox.c') 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; -- cgit v1.2.3