summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-08 20:56:29 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-08 20:56:29 -0800
commitf910449154719024f274be9fad1046f26cef457c (patch)
tree341581c63e9880b43f82a2f9c1c64c7539e7c4c6
parent44d25eeed23e6bb4b6c95acca38b039d5af99d00 (diff)
capture_audio: trivial whitespace fixup
-rw-r--r--src/rmd_capture_audio.c2
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);
© All Rights Reserved