mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fix up according to Coding Style
Only whitespace changes in here
This commit is contained in:
parent
5715b2af30
commit
ecf09f2cd6
60 changed files with 297 additions and 418 deletions
|
|
@ -169,7 +169,7 @@ static void trigger(struct userdata *u, pa_bool_t quick) {
|
|||
if (u->fd < 0)
|
||||
return;
|
||||
|
||||
pa_log_debug("trigger");
|
||||
pa_log_debug("trigger");
|
||||
|
||||
if (u->source && PA_SOURCE_IS_OPENED(u->source->thread_info.state))
|
||||
enable_bits |= PCM_ENABLE_INPUT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue