diff options
author | Christopher Pascoe <devnull@localhost> | 2006-01-09 01:05:19 +0000 |
---|---|---|
committer | Christopher Pascoe <devnull@localhost> | 2006-01-09 01:05:19 +0000 |
commit | 5e342c611ce89a480b91ac7680f706c8bf6cfef2 (patch) | |
tree | 9e25ce5fbc9c1c02444e7da18f5a0b0e92e1f5cc /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | c691e211b79b8646845d9835753094136a8f6486 (diff) | |
download | mediapointer-dvb-s2-5e342c611ce89a480b91ac7680f706c8bf6cfef2.tar.gz mediapointer-dvb-s2-5e342c611ce89a480b91ac7680f706c8bf6cfef2.tar.bz2 |
cx88_subids whitespace cleanup
Clean up a recently introduced spaces vs tabs whitespace problem.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 0ac464734..2173d4866 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.117 2006/01/08 03:39:03 pascoe Exp $ + * $Id: cx88-cards.c,v 1.118 2006/01/09 01:05:19 pascoe Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -1239,14 +1239,14 @@ struct cx88_subid cx88_subids[] = { .subdevice = 0x0025, .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO, },{ - .subvendor = 0x17de, - .subdevice = 0x08a1, - .card = CX88_BOARD_KWORLD_DVB_T_CX22702, + .subvendor = 0x17de, + .subdevice = 0x08a1, + .card = CX88_BOARD_KWORLD_DVB_T_CX22702, },{ .subvendor = 0x18ac, .subdevice = 0xdb50, .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL, - } + }, }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |