From 42ab41c31deace27a90e07f7001d74b1736e5d76 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Tue, 30 Oct 2018 15:50:24 +0200 Subject: code style --- libasound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libasound.c') diff --git a/libasound.c b/libasound.c index cab65fe..536d764 100644 --- a/libasound.c +++ b/libasound.c @@ -24,8 +24,8 @@ #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) -const -char *snd_asoundlib_version(void) +const char* +snd_asoundlib_version(void) { return "1.1.7"; } -- cgit v1.2.3