]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ucm: tivial code style fix
authorLu Guanqun <guanqun.lu@intel.com>
Fri, 19 Aug 2011 08:05:30 +0000 (16:05 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Aug 2011 08:41:35 +0000 (10:41 +0200)
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/ucm/main.c

index 9ecbe4351cf3fcb9bc52686eac28715fac92207c..76ca1514f547fdcf665cbb71913711c9559fc657 100644 (file)
@@ -173,7 +173,7 @@ static int execute_cset(snd_ctl_t *ctl, char *cset)
        pos = strrchr(cset, ' ');
        if (pos == NULL) {
                uc_error("undefined value for cset >%s<", cset);
-               err =  -EINVAL;
+               err = -EINVAL;
                goto __fail;
        }
        *pos = '\0';