From eb273658c2e7a9df6263b0f936e1296ecda179d0 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 30 Sep 2016 00:46:29 +0200 Subject: [PATCH] fix indentation --- coreapi/linphonecore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 60587b50b..440e119a9 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -5105,8 +5105,8 @@ void linphone_core_enable_mic(LinphoneCore *lc, bool_t enable) { for (elem = list; elem != NULL; elem = elem->next) { call = (LinphoneCall *)elem->data; call->audio_muted = !enable; - if (call->audiostream) - linphone_core_mute_audio_stream(lc, call->audiostream, enable); + if (call->audiostream) + linphone_core_mute_audio_stream(lc, call->audiostream, enable); } }