From: Lu Guanqun Date: Fri, 19 Aug 2011 08:05:30 +0000 (+0800) Subject: ucm: tivial code style fix X-Git-Tag: v1.0.25~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a97aa7f065ed4a7fc1879921a58c40954dc34316;p=alsa-lib.git ucm: tivial code style fix Signed-off-by: Lu Guanqun Signed-off-by: Takashi Iwai --- diff --git a/src/ucm/main.c b/src/ucm/main.c index 9ecbe435..76ca1514 100644 --- a/src/ucm/main.c +++ b/src/ucm/main.c @@ -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';