diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-08 20:56:29 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-08 20:56:29 -0800 |
commit | f910449154719024f274be9fad1046f26cef457c (patch) | |
tree | 341581c63e9880b43f82a2f9c1c64c7539e7c4c6 /src/rmd_capture_audio.c | |
parent | 44d25eeed23e6bb4b6c95acca38b039d5af99d00 (diff) |
capture_audio: trivial whitespace fixup
Diffstat (limited to 'src/rmd_capture_audio.c')
-rw-r--r-- | src/rmd_capture_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_capture_audio.c b/src/rmd_capture_audio.c index f939350..bfba547 100644 --- a/src/rmd_capture_audio.c +++ b/src/rmd_capture_audio.c @@ -115,7 +115,7 @@ void *rmdCaptureAudio(ProgData *pdata) //read data into new buffer #ifdef HAVE_LIBASOUND - while (sret<frames) { + while (sret < frames) { int temp_sret = snd_pcm_readi( pdata->sound_handle, newbuf->data + pdata->sound_framesize * sret, frames-sret); |