diff src/pixbuf-renderer.c @ 513:985fdfebd89e

Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
author zas_
date Thu, 24 Apr 2008 12:47:09 +0000
parents f9bf33be53ff
children d84f2210a73c
line wrap: on
line diff
--- a/src/pixbuf-renderer.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/pixbuf-renderer.c	Thu Apr 24 12:47:09 2008 +0000
@@ -715,7 +715,7 @@
 		}
 	else
 		{
-		cursor = gdk_cursor_new (icon);
+		cursor = gdk_cursor_new(icon);
 		}
 
 	gdk_window_set_cursor(widget->window, cursor);
@@ -1665,8 +1665,8 @@
 
 			stx = floor((double)st->x * scale_x);
 			sty = floor((double)st->y * scale_y);
-			stw = ceil ((double)(st->x + pr->source_tile_width) * scale_x) - stx;
-			sth = ceil ((double)(st->y + pr->source_tile_height) * scale_y) - sty;
+			stw = ceil((double)(st->x + pr->source_tile_width) * scale_x) - stx;
+			sth = ceil((double)(st->y + pr->source_tile_height) * scale_y) - sty;
 
 			if (pr_clip_region(stx, sty, stw, sth,
 					   it->x + x, it->y + y, w, h,