diff src/color-man.c @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents 26c6e768bd47
children ddabc4873a3f
line wrap: on
line diff
--- a/src/color-man.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/color-man.c	Sun Apr 20 13:04:57 2008 +0000
@@ -293,7 +293,7 @@
 	gint rs;
 	gint i;
 	gint pixbuf_width, pixbuf_height;
-	
+
 
 	pixbuf_width = gdk_pixbuf_get_width(pixbuf);
 	pixbuf_height = gdk_pixbuf_get_height(pixbuf);
@@ -312,7 +312,7 @@
 		guchar *pbuf;
 
 		pbuf = pix + ((y + i) * rs);
-		
+
 		cmsDoTransform(cc->transform, pbuf, pbuf, w);
 		}