fix indentation

This commit is contained in:
Simon Morlat 2016-09-30 00:46:29 +02:00
parent d04be099a2
commit eb273658c2

View file

@ -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);
}
}