diff src/ui_spinner.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 48c8e49b571c
children fbebf5cf4a55
line wrap: on
line diff
--- a/src/ui_spinner.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/ui_spinner.c	Thu Apr 24 12:47:09 2008 +0000
@@ -149,7 +149,7 @@
 		gint n;
 		gint w, h;
 
-		pb = gdk_pixbuf_new_from_inline (-1, icon_spinner, FALSE, NULL);
+		pb = gdk_pixbuf_new_from_inline(-1, icon_spinner, FALSE, NULL);
 		w = gdk_pixbuf_get_width(pb);
 		h = gdk_pixbuf_get_height(pb) / SPINNER_FRAMES;
 		for (n = 0; n < SPINNER_FRAMES; n++)