mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Whitespace cleanup: Fix broken indentation by hand
This patch fixes wrong indentation introduced by the last patch. This was mostly done with vim-s retab feature.
This commit is contained in:
parent
aab63a3499
commit
5e11ea06ef
12 changed files with 84 additions and 84 deletions
|
|
@ -2182,11 +2182,11 @@ static int jack_parse_state(pa_config_parser_state *state) {
|
|||
}
|
||||
|
||||
if (pa_streq(state->rvalue, "yes"))
|
||||
pa = PA_AVAILABLE_YES;
|
||||
pa = PA_AVAILABLE_YES;
|
||||
else if (pa_streq(state->rvalue, "no"))
|
||||
pa = PA_AVAILABLE_NO;
|
||||
pa = PA_AVAILABLE_NO;
|
||||
else if (pa_streq(state->rvalue, "unknown"))
|
||||
pa = PA_AVAILABLE_UNKNOWN;
|
||||
pa = PA_AVAILABLE_UNKNOWN;
|
||||
else {
|
||||
pa_log("[%s:%u] state must be 'yes', 'no' or 'unknown' in '%s'", state->filename, state->lineno, state->section);
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue