diff src/image.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 1d67ef911fa8
line wrap: on
line diff
--- a/src/image.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/image.c	Thu Apr 24 12:47:09 2008 +0000
@@ -1865,12 +1865,12 @@
 		if (selectable)
 			{
 			gtk_frame_set_shadow_type(GTK_FRAME(imd->frame), GTK_SHADOW_NONE);
-			gtk_container_set_border_width(GTK_CONTAINER (imd->frame), 4);
+			gtk_container_set_border_width(GTK_CONTAINER(imd->frame), 4);
 			}
 		else
 			{
 			gtk_frame_set_shadow_type(GTK_FRAME(imd->frame), GTK_SHADOW_NONE);
-			gtk_container_set_border_width(GTK_CONTAINER (imd->frame), 0);
+			gtk_container_set_border_width(GTK_CONTAINER(imd->frame), 0);
 			}
 		}
 }