code style

This commit is contained in:
mjentsch 2015-05-31 15:50:46 +02:00
parent d8379ce127
commit e37a0b8cca

View file

@ -306,8 +306,7 @@ fin:
free (dld);
}
void on_user_get_info (struct tgl_state *TLS, void *info_data, int success, struct tgl_user *U)
{
void on_user_get_info (struct tgl_state *TLS, void *info_data, int success, struct tgl_user *U) {
get_user_info_data *user_info_data = (get_user_info_data *)info_data;
tgl_peer_t *P = tgl_peer_get (TLS, user_info_data->peer);