tFix style - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b7d590241eb9a01a08c80744aad3b531b994da72
(DIR) parent 21210b4497205453c3e03dc6168113c73839b167
(HTM) Author: sin <sin@2f30.org>
Date: Fri, 28 Nov 2014 09:59:14 +0000
Fix style
Diffstat:
M ratox.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -363,7 +363,8 @@ again:
}
static uint32_t
-interval(Tox *m, ToxAv *av) {
+interval(Tox *m, ToxAv *av)
+{
return MIN(tox_do_interval(m), toxav_do_interval(av));
}