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_opendev.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/rmd_opendev.c') diff --git a/src/rmd_opendev.c b/src/rmd_opendev.c index 37fb33c..3bf9474 100644 --- a/src/rmd_opendev.c +++ b/src/rmd_opendev.c @@ -48,8 +48,8 @@ snd_pcm_t *rmdOpenDev( const char *pcm_dev, snd_pcm_uframes_t *buffsize, snd_pcm_uframes_t *periodsize, unsigned int *periodtime, - int *hard_pause) { - + int *hard_pause) +{ snd_pcm_t *mhandle; snd_pcm_hw_params_t *hwparams; unsigned int periods = 2; @@ -140,7 +140,8 @@ snd_pcm_t *rmdOpenDev( const char *pcm_dev, #else -int rmdOpenDev(const char *pcm_dev, unsigned int channels, unsigned int frequency) { +int rmdOpenDev(const char *pcm_dev, unsigned int channels, unsigned int frequency) +{ int fd ; unsigned int value; -- cgit v1.2.3