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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore/friend_requests.h') diff --git a/toxcore/friend_requests.h b/toxcore/friend_requests.h index 58ff91ce..8d429a7e 100644 --- a/toxcore/friend_requests.h +++ b/toxcore/friend_requests.h @@ -66,8 +66,8 @@ int remove_request_received(Friend_Requests *fr, uint8_t *client_id); /* Set the function that will be executed when a friend request for us is received. * Function format is function(uint8_t * public_key, uint8_t * data, uint16_t length, void * userdata) */ -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); /* Set the function used to check if a friend request should be displayed to the user or not. * Function format is int function(uint8_t * public_key, void * userdata) -- cgit v1.2.3