mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Whitespace cleanup: Remove tabs
This patch removes all tabs hidden inside the source tree and replaces
them with 4 spaces.
Command used for this:
find . -type d \( -name bluetooth \) -prune -o
-regex '\(.*\.[hc]\|.*\.cc\)' -a -not -name 'reserve*.[ch]'
-a -not -name 'gnt*.h' -a -not -name 'adrian*'
-exec sed -i -e 's/\t/ /g' {} \;
The excluded files are mirrored files from external sources containing
tabs.
This commit is contained in:
parent
b41d4bfef1
commit
aab63a3499
14 changed files with 106 additions and 106 deletions
|
|
@ -972,10 +972,10 @@ int pa__init(pa_module *m) {
|
|||
pa_source_output_put(u->source_output);
|
||||
|
||||
if (pa_source_get_state(u->source_output->source) != PA_SOURCE_SUSPENDED)
|
||||
pa_sink_input_cork(u->sink_input, FALSE);
|
||||
pa_sink_input_cork(u->sink_input, FALSE);
|
||||
|
||||
if (pa_sink_get_state(u->sink_input->sink) != PA_SINK_SUSPENDED)
|
||||
pa_source_output_cork(u->source_output, FALSE);
|
||||
pa_source_output_cork(u->source_output, FALSE);
|
||||
|
||||
update_adjust_timer(u);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue