staging: dgnc: sysfs.c: fixes code indent error

This patch fixes the error "code indent should use
tabs where possible" in dgnc_sysfs.c.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Lidza Louina 2013-08-21 13:30:10 -04:00 committed by Greg Kroah-Hartman
parent 00804f773b
commit 0a60eb3313

View file

@ -728,8 +728,8 @@ static struct attribute *dgnc_sysfs_tty_entries[] = {
static struct attribute_group dgnc_tty_attribute_group = {
.name = NULL,
.attrs = dgnc_sysfs_tty_entries,
.name = NULL,
.attrs = dgnc_sysfs_tty_entries,
};