diff libmpeg2/slice.c @ 29264:e83eef58b30a

Remove all kind of trailing whitespaces from all MPlayer's files. This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set.
author bircoph
date Wed, 13 May 2009 15:22:13 +0000
parents da2271c341ee
children a51baa308479
line wrap: on
line diff
--- a/libmpeg2/slice.c	Wed May 13 02:58:57 2009 +0000
+++ b/libmpeg2/slice.c	Wed May 13 15:22:13 2009 +0000
@@ -1906,7 +1906,7 @@
 
 	    if (   ((macroblock_modes >> MOTION_TYPE_SHIFT) < 0)
                 || ((macroblock_modes >> MOTION_TYPE_SHIFT) >=
-                    (int)(sizeof(decoder->motion_parser) 
+                    (int)(sizeof(decoder->motion_parser)
                           / sizeof(decoder->motion_parser[0])))
 	       ) {
 		break; // Illegal !