]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (4490): Whitespace cleanup
authorTrent Piepho <xyzzy@speakeasy.org>
Mon, 7 Aug 2006 23:01:01 +0000 (20:01 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:31 +0000 (12:30 -0300)
from whitespace cleaning script

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/bt8xx/bttv-driver.c

index 3d7b97c661b91410b35f7fc88b7c2a08c1c4cbd1..b2a0723af657c45e24dd799bf5bcd6e06b4f1c52 100644 (file)
@@ -2434,8 +2434,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;
                }