From 07936960dfa527dfa99cb518217218948d552955 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 10 Jun 2014 18:35:55 -0400 Subject: Astyle and fixes. --- toxcore/friend_requests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore/friend_requests.c') diff --git a/toxcore/friend_requests.c b/toxcore/friend_requests.c index 4bf95a44..9b05cc51 100644 --- a/toxcore/friend_requests.c +++ b/toxcore/friend_requests.c @@ -72,8 +72,8 @@ uint32_t get_nospam(Friend_Requests *fr) /* Set the function that will be executed when a friend request is received. */ -void callback_friendrequest(Friend_Requests *fr, void (*function)(void *, const uint8_t *, const uint8_t *, uint16_t, void *), - void *object, void *userdata) +void callback_friendrequest(Friend_Requests *fr, void (*function)(void *, const uint8_t *, const uint8_t *, uint16_t, + void *), void *object, void *userdata) { fr->handle_friendrequest = function; fr->handle_friendrequest_isset = 1; -- cgit v1.2.3