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
|
|
@ -796,7 +796,7 @@ static int wait_for_backend_state_change() {
|
|||
free(buf);
|
||||
free(vec);
|
||||
}
|
||||
/* else: timeout */
|
||||
/* else: timeout */
|
||||
} while (backend_state == STATE_UNDEFINED && \
|
||||
(now = time(NULL)) < start + seconds);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue