tStyle fix - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2714b1b140be5f35b1ac135b7e5035b85c03015e
(DIR) parent 70af4df1a8617fce0487e2b60a66f3fb64b4267c
(HTM) Author: sin <sin@2f30.org>
Date: Sun, 5 Oct 2014 15:02:12 +0100
Style fix
Diffstat:
M ratox.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -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;