staging: easycap: easycap.h use indentation for first level
authorTomas Winkler <tomas.winkler@intel.com>
Sat, 22 Jan 2011 23:13:58 +0000 (01:13 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 24 Jan 2011 22:43:06 +0000 (06:43 +0800)
replace
struct {
int a;
}

with  more readable

struct {
int a;
}

Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found