mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
stream: Minor whitespace fixups
This commit is contained in:
parent
1fbc6b0e0e
commit
17e471868e
1 changed files with 2 additions and 2 deletions
|
|
@ -1915,12 +1915,12 @@ static void stream_get_timing_info_callback(pa_pdispatch *pd, uint32_t command,
|
|||
|
||||
/* Go through the saved correction values and add up the
|
||||
* total correction.*/
|
||||
for (n = 0, j = o->stream->current_write_index_correction+1;
|
||||
for (n = 0, j = o->stream->current_write_index_correction + 1;
|
||||
n < PA_MAX_WRITE_INDEX_CORRECTIONS;
|
||||
n++, j++) {
|
||||
|
||||
/* First fix up the index to be within the array */
|
||||
j = j % PA_MAX_WRITE_INDEX_CORRECTIONS;
|
||||
j = j % PA_MAX_WRITE_INDEX_CORRECTIONS;
|
||||
|
||||
/* Step over invalid data or out-of-date data */
|
||||
if (!o->stream->write_index_corrections[j].valid ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue