From 11609f6bb42ec83e551c1f9efc482c2329d9df03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sun, 5 Oct 2014 01:36:45 +0200 Subject: [PATCH] Formatting. --- src/twc-tox-callbacks.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/twc-tox-callbacks.c b/src/twc-tox-callbacks.c index b6ce17e..4cce32b 100644 --- a/src/twc-tox-callbacks.c +++ b/src/twc-tox-callbacks.c @@ -265,12 +265,12 @@ twc_group_invite_callback(Tox *tox, void twc_handle_group_message(Tox *tox, - int32_t group_number, - int32_t peer_number, - const uint8_t *message, - uint16_t length, - void *data, - enum TWC_MESSAGE_TYPE message_type) + int32_t group_number, + int32_t peer_number, + const uint8_t *message, + uint16_t length, + void *data, + enum TWC_MESSAGE_TYPE message_type) { struct t_twc_profile *profile = data;