From 240091007e4aa56fa36edb62f526b0d390879d95 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jun 2016 21:20:00 +0000 Subject: -indentation and comments --- src/conversation/conversation_api_call.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conversation/conversation_api_call.c') diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c index 51b07b7c8..4813faffd 100644 --- a/src/conversation/conversation_api_call.c +++ b/src/conversation/conversation_api_call.c @@ -547,8 +547,6 @@ GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg, GNUNET_CONVERSATION_CallEventHandler event_handler, void *event_handler_cls) { - struct GNUNET_CONVERSATION_Call *call - = GNUNET_new (struct GNUNET_CONVERSATION_Call); GNUNET_MQ_hd_fixed_size (call_suspend, GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_SUSPEND, struct ClientPhoneSuspendMessage); @@ -564,6 +562,8 @@ GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg, GNUNET_MQ_hd_var_size (call_audio, GNUNET_MESSAGE_TYPE_CONVERSATION_CS_AUDIO, struct ClientAudioMessage); + struct GNUNET_CONVERSATION_Call *call + = GNUNET_new (struct GNUNET_CONVERSATION_Call); struct GNUNET_MQ_MessageHandler handlers[] = { make_call_suspend_handler (call), make_call_resume_handler (call), -- cgit v1.2.3