diff libswscale/rgb2rgb.c @ 23129:9528d1ebe68f

cosmetics: Remove trailing whitespace.
author diego
date Thu, 26 Apr 2007 23:07:11 +0000
parents ec0ead587e2f
children 4d3870361b73
line wrap: on
line diff
--- a/libswscale/rgb2rgb.c	Thu Apr 26 20:56:54 2007 +0000
+++ b/libswscale/rgb2rgb.c	Thu Apr 26 23:07:11 2007 +0000
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- * 
+ *
  * the C code (not assembly, mmx, ...) of this file can be used
  * under the LGPL license too
  */
@@ -271,7 +271,7 @@
 			dst[2]= palette[ src[i]*4+2 ];
 			//dst[3]= 0; /* do we need this cleansing? */
 		#endif
-		
+
 		dst+= 4;
 	}
 }
@@ -430,7 +430,7 @@
 {
 	long i;
 	long num_pixels = src_size >> 1;
-	
+
 	for(i=0; i<num_pixels; i++)
 	{
 	    unsigned b,g,r;
@@ -447,7 +447,7 @@
 {
 	long i;
 	long num_pixels = src_size >> 1;
-	
+
 	for(i=0; i<num_pixels; i++)
 	{
 	    unsigned b,g,r;
@@ -504,7 +504,7 @@
 {
 	long i;
 	long num_pixels = src_size >> 1;
-	
+
 	for(i=0; i<num_pixels; i++)
 	{
 	    unsigned b,g,r;
@@ -521,7 +521,7 @@
 {
 	long i;
 	long num_pixels = src_size >> 1;
-	
+
 	for(i=0; i<num_pixels; i++)
 	{
 	    unsigned b,g,r;