changeset 24278:2f47e955fa13

(cosmetics) replace tabs with spaces
author voroshil
date Wed, 29 Aug 2007 17:46:33 +0000
parents 298578b37f21
children 7265900f19d9
files stream/tvi_vbi.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/stream/tvi_vbi.c	Wed Aug 29 17:44:40 2007 +0000
+++ b/stream/tvi_vbi.c	Wed Aug 29 17:46:33 2007 +0000
@@ -347,8 +347,8 @@
                 return latin_subchars[lang][p-0x5b+3];
             }else if (p>=0x7b && p<=0x7e){
                 return latin_subchars[lang][p-0x7b+9];
-	    }
-	}
+            }
+        }
         return lang_chars[charset][p-0x20];
     }else
         return 0x20;
@@ -428,7 +428,7 @@
 
     if(line<0){
         i=0;
-	count=VBI_ROWS*VBI_COLUMNS;
+        count=VBI_ROWS*VBI_COLUMNS;
     }else if(line<VBI_ROWS){
         i=line*VBI_COLUMNS;
         count=(line+1)*VBI_COLUMNS;
@@ -1294,7 +1294,7 @@
 #if 0
         /*
           This routine is alternative implementation of raw VBI data decoding.
-	  Unfortunately, it detects only about 20% of incoming data,
+          Unfortunately, it detects only about 20% of incoming data,
           but Michael says that this algorithm is better, and he wants to fix it.
         */
         if(decode_raw_line_sine(priv,linep,data)<=0){