diff liba52/bitstream.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 0783dd397f74
children
line wrap: on
line diff
--- a/liba52/bitstream.c	Wed May 13 02:58:57 2009 +0000
+++ b/liba52/bitstream.c	Wed May 13 15:22:13 2009 +0000
@@ -99,7 +99,7 @@
 
     if (num_bits != 0)
 	result = (result << num_bits) | (state->current_word >> (32 - num_bits));
-	
+
     state->bits_left = 32 - num_bits;
 
     return result;