]> Pileus Git - ~andy/linux/commitdiff
ALSA: core: trivial code style fix
authorLu Guanqun <guanqun.lu@intel.com>
Wed, 24 Aug 2011 03:12:34 +0000 (11:12 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Aug 2011 08:22:34 +0000 (10:22 +0200)
remove trailing tab on the line.

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c

index f8c5be46451058ba5a7f25d9a81195fd02643f92..7f2b3a7eabb2bbaadb2b2b93d697d6c6d9c810fc 100644 (file)
@@ -1072,7 +1072,7 @@ static int snd_ctl_elem_add(struct snd_ctl_file *file,
        long private_size;
        struct user_element *ue;
        int idx, err;
-       
+
        if (card->user_ctl_count >= MAX_USER_CONTROLS)
                return -ENOMEM;
        if (info->count < 1)