changeset 65:c701bbc532b4

fixed indentation
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 22 Oct 2009 02:26:03 +0900
parents 98a92ce5382e
children 57bb2c26198d
files driver/pt1_tuner.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/driver/pt1_tuner.c	Thu Oct 22 02:18:12 2009 +0900
+++ b/driver/pt1_tuner.c	Thu Oct 22 02:26:03 2009 +0900
@@ -52,11 +52,11 @@
 	__u32	val = 0;
 	switch(lnb){
 		case LNB_11V:
-            val = (1 << BIT_LNB_DOWN);
-            break ;
+			val = (1 << BIT_LNB_DOWN);
+			break ;
 		case LNB_15V:
-            val = (1 << BIT_LNB_UP) | (1 << BIT_LNB_DOWN);
-            break ;
+			val = (1 << BIT_LNB_UP) | (1 << BIT_LNB_DOWN);
+			break ;
 	}
 
 	if(cardtype == PT1) {