From aa955f5fae7ab7791f7ae3d3a8cf61cf89060f4d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 31 Jan 2006 19:38:25 -0200 Subject: Last tvp5150 patch introduced lots of bad whitespaces. From: Mauro Carvalho Chehab This patch removes all bad whitespaces introduced on tvp5150 Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/tvp5150.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'linux/drivers/media/video') diff --git a/linux/drivers/media/video/tvp5150.c b/linux/drivers/media/video/tvp5150.c index 97ca4bfbc..da9c9e944 100644 --- a/linux/drivers/media/video/tvp5150.c +++ b/linux/drivers/media/video/tvp5150.c @@ -1063,17 +1063,17 @@ static int tvp5150_command(struct i2c_client *c, } case DECODER_GET_STATUS: { - int *iarg = arg; - int status; - int res=0; - status = tvp5150_read(c, 0x88); - if(status&0x08){ - res |= DECODER_STATUS_COLOR; - } - if(status&0x04 && status&0x02){ - res |= DECODER_STATUS_GOOD; - } - *iarg=res; + int *iarg = arg; + int status; + int res=0; + status = tvp5150_read(c, 0x88); + if(status&0x08){ + res |= DECODER_STATUS_COLOR; + } + if(status&0x04 && status&0x02){ + res |= DECODER_STATUS_GOOD; + } + *iarg=res; break; } -- cgit v1.2.3