Skip to content

Commit

Permalink
staging: easycap: easycap.h use indentation for first level
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jan 24, 2011
1 parent d090bf5 commit 0338999
Showing 1 changed file with 186 additions and 187 deletions.
Loading

0 comments on commit 0338999

Please sign in to comment.