From 78128bddda4bcea1f256fc13cc33fa2652ed277c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 13 Apr 2014 18:00:51 +0200 Subject: Kill all tabs I hate tabs. This replaces all tabs in all source files with spaces. The only exception is old-makefile. The replacement was made by running the GNU coreutils "expand" command on every file. Since the replacement was automatic, it's possible that some formatting was destroyed (but perhaps only if it was assuming that the end of a tab does not correspond to aligning the end to multiples of 8 spaces). --- stream/tvi_def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stream/tvi_def.h') diff --git a/stream/tvi_def.h b/stream/tvi_def.h index 41c1427e98..987141b462 100644 --- a/stream/tvi_def.h +++ b/stream/tvi_def.h @@ -70,7 +70,7 @@ static inline void fill_blank_frame(char* buffer,int len,int fmt){ buffer[i+1]=0; buffer[i+2]=0; buffer[i+3]=0; - } + } break; case MP_FOURCC_YUY2: for(i=0;i