From cc49c31ccedcd31dd09be2a9cc32e653573c7d4b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 20 Dec 2008 21:42:49 +0200 Subject: More coding style fixes --- audio/ctl_bluetooth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/ctl_bluetooth.c') diff --git a/audio/ctl_bluetooth.c b/audio/ctl_bluetooth.c index 6425f076..9d09308d 100644 --- a/audio/ctl_bluetooth.c +++ b/audio/ctl_bluetooth.c @@ -121,8 +121,8 @@ static int bluetooth_get_attribute(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, { DBG("ext %p key %ld", ext, key); - *type = SND_CTL_ELEM_TYPE_INTEGER; - *acc = SND_CTL_EXT_ACCESS_READWRITE; + *type = SND_CTL_ELEM_TYPE_INTEGER; + *acc = SND_CTL_EXT_ACCESS_READWRITE; *count = 1; return 0; -- cgit