summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-11-28 09:59:14 +0000
committersin <sin@2f30.org>2014-11-28 09:59:14 +0000
commitb7d590241eb9a01a08c80744aad3b531b994da72 (patch)
treeb22b791a8381905e4068e29a1925352744e12822
parent21210b4497205453c3e03dc6168113c73839b167 (diff)
Fix style
-rw-r--r--ratox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 4f2d704..2319d85 100644
--- a/ratox.c
+++ b/ratox.c
@@ -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));
}