ffmpeg/libswscale/ppc
Ramiro Polla 9b734d44ab 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".

Originally committed as revision 29522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-08-16 00:32:04 +00:00
..
swscale_altivec_template.c Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. 2009-06-04 22:50:38 +00:00
yuv2rgb_altivec.c Indent libswscale: 2009-08-16 00:32:04 +00:00