From a031634bd64c7f30c4ace5ca06a5a47600b42f47 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 8 Oct 2020 01:29:12 -0700 Subject: *: more cosmetic formatting cleanups Making things a bit more consistent --- src/rmd_cache_audio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rmd_cache_audio.c') diff --git a/src/rmd_cache_audio.c b/src/rmd_cache_audio.c index 76101f9..00d2097 100644 --- a/src/rmd_cache_audio.c +++ b/src/rmd_cache_audio.c @@ -39,7 +39,8 @@ -void *rmdCacheAudioBuffer(ProgData *pdata) { +void *rmdCacheAudioBuffer(ProgData *pdata) +{ size_t write_size = pdata->periodsize * pdata->sound_framesize; #ifdef HAVE_LIBJACK -- cgit v1.2.3