Browse Source

V4L/DVB (5718): Mt20xx: whitespace cleanup

replace leading spaces with tabs

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Michael Krufky 18 years ago
parent
commit
56584c9ea9
1 changed files with 6 additions and 6 deletions
  1. 6 6
      drivers/media/video/mt20xx.c

+ 6 - 6
drivers/media/video/mt20xx.c

@@ -361,13 +361,13 @@ static int mt2032_init(struct i2c_client *c)
 static void mt2050_set_antenna(struct i2c_client *c, unsigned char antenna)
 static void mt2050_set_antenna(struct i2c_client *c, unsigned char antenna)
 {
 {
 	struct tuner *t = i2c_get_clientdata(c);
 	struct tuner *t = i2c_get_clientdata(c);
-       unsigned char buf[2];
-       int ret;
+	unsigned char buf[2];
+	int ret;
 
 
-       buf[0] = 6;
-       buf[1] = antenna ? 0x11 : 0x10;
-       ret=i2c_master_send(c,buf,2);
-       tuner_dbg("mt2050: enabled antenna connector %d\n", antenna);
+	buf[0] = 6;
+	buf[1] = antenna ? 0x11 : 0x10;
+	ret=i2c_master_send(c,buf,2);
+	tuner_dbg("mt2050: enabled antenna connector %d\n", antenna);
 }
 }
 
 
 static void mt2050_set_if_freq(struct i2c_client *c,unsigned int freq, unsigned int if2)
 static void mt2050_set_if_freq(struct i2c_client *c,unsigned int freq, unsigned int if2)