mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
fix indentation
This commit is contained in:
parent
d04be099a2
commit
eb273658c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue