Indent libswscale:
commit88dafbd9a54144c1c5f4642455e7817b11b323b8
authorramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 16 Aug 2009 00:32:04 +0000 (16 00:32 +0000)
committerramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 16 Aug 2009 00:32:04 +0000 (16 00:32 +0000)
tree451dfa262f7c30b1f9a9110783409ce16bb8b5bd
parent6a101a97f943ba26a4599555c7dfead98ad0ddc8
Indent libswscale:
- Use 4 spaces throughout for indentation;
- Fix inconsistent indentation;
- Indent function calls and declarations aligning arguments on multiple lines
  to the column after the opening parentheses;
- Align asm code to the column 4 spaces after the call to __asm__();
- Align cases in switch statements to the same column as "switch".

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29522 b3059339-0415-0410-9bf9-f77b7e298cf2
libswscale/colorspace-test.c
libswscale/ppc/yuv2rgb_altivec.c
libswscale/rgb2rgb.c
libswscale/rgb2rgb.h
libswscale/rgb2rgb_template.c
libswscale/sparc/yuv2rgb_vis.c
libswscale/swscale.c
libswscale/swscale_template.c