Skip to content

Commit

Permalink
V4L/DVB (12470): cx231xx/cx231xx-conf-reg.h: fix bad whitespaces
Browse files Browse the repository at this point in the history
It were using 7 spaces instead of tab for indent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 12, 2009
1 parent dfb4ba1 commit 8ccd4cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/media/video/cx231xx/cx231xx-conf-reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
#define PWR_RESETOUT_EN 0x100 /* bit8 */

enum AV_MODE{
POLARIS_AVMODE_DEFAULT = 0,
POLARIS_AVMODE_DIGITAL = 0x10,
POLARIS_AVMODE_ANALOGT_TV = 0x20,
POLARIS_AVMODE_ENXTERNAL_AV = 0x30,
POLARIS_AVMODE_DEFAULT = 0,
POLARIS_AVMODE_DIGITAL = 0x10,
POLARIS_AVMODE_ANALOGT_TV = 0x20,
POLARIS_AVMODE_ENXTERNAL_AV = 0x30,

};

Expand Down

0 comments on commit 8ccd4cd

Please sign in to comment.