summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-08-07 16:01:01 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2006-08-07 16:01:01 -0700
commit7f984a8ea578fbd3c41a53a18eecb9b67dcfb542 (patch)
tree5a3ea3ebe87a091a90951c1784b61981ad33c688 /linux/drivers/media
parentbcc24b6e0f61df9c9192b82f36894450d65b6f53 (diff)
downloadmediapointer-dvb-s2-7f984a8ea578fbd3c41a53a18eecb9b67dcfb542.tar.gz
mediapointer-dvb-s2-7f984a8ea578fbd3c41a53a18eecb9b67dcfb542.tar.bz2
Whitespace cleanup
From: Trent Piepho <xyzzy@speakeasy.org> from whitespace cleaning script Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-driver.c b/linux/drivers/media/video/bt8xx/bttv-driver.c
index 2e03d2240..f927e5658 100644
--- a/linux/drivers/media/video/bt8xx/bttv-driver.c
+++ b/linux/drivers/media/video/bt8xx/bttv-driver.c
@@ -2459,8 +2459,8 @@ static int bttv_do_ioctl(struct inode *inode, struct file *file,
else {
if (fbuf->width)
fbuf->depth = ((fbuf->bytesperline<<3)
- + (fbuf->width-1) )
- /fbuf->width;
+ + (fbuf->width-1) )
+ /fbuf->width;
else
fbuf->depth = 0;
}