[media] dib3000mc: fix bad indenting
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 13:06:17 +0000 (10:06 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:07:13 +0000 (06:07 -0300)
drivers/media/dvb-frontends/dib3000mc.c:149 dib3000mc_setup_pwm_state() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/dib3000mc.c

index ba5e832eb1d433b60871eb79a3847560de8ccec8..a9b8081a0fbc8e2dafa098094cc8360cfc0c91f7 100644 (file)
@@ -146,7 +146,7 @@ static int dib3000mc_setup_pwm_state(struct dib3000mc_state *state)
        else
                dib3000mc_write_word(state, 245, 0);
 
-    dib3000mc_write_word(state, 1040, 0x3);
+       dib3000mc_write_word(state, 1040, 0x3);
        return 0;
 }