diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-02-04 05:24:00 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:59 -0500 |
commit | 906b101886b1b3d9e4d374aa84a67b7dbd349f16 (patch) | |
tree | 8efe1eea60b7a30e36027c70a5b03d7295299fbf /include/media | |
parent | 4a9ce75516982b0a349df55f326bc0cee572ffc1 (diff) |
tw9910: use TABs for indentation
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tw9910.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/tw9910.h b/include/media/tw9910.h index 5e2895a05e6b..90bcf1fa5421 100644 --- a/include/media/tw9910.h +++ b/include/media/tw9910.h | |||
@@ -30,8 +30,8 @@ enum tw9910_mpout_pin { | |||
30 | }; | 30 | }; |
31 | 31 | ||
32 | struct tw9910_video_info { | 32 | struct tw9910_video_info { |
33 | unsigned long buswidth; | 33 | unsigned long buswidth; |
34 | enum tw9910_mpout_pin mpout; | 34 | enum tw9910_mpout_pin mpout; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | 37 | ||