Skip to content

Commit

Permalink
ALSA: core: trivial code style fix
Browse files Browse the repository at this point in the history
remove trailing tab on the line.

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Lu Guanqun authored and Takashi Iwai committed Aug 24, 2011
1 parent 9fcd0ab commit 983929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 983929c

Please sign in to comment.