diff src/ui_misc.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 c414002a1f27
line wrap: on
line diff
--- a/src/ui_misc.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/ui_misc.c	Thu Apr 24 12:47:09 2008 +0000
@@ -259,7 +259,7 @@
 			GtkWidget *align;
 			GtkWidget *hbox;
 
-			hbox = gtk_hbox_new (FALSE, PREF_PAD_BUTTON_ICON_GAP);
+			hbox = gtk_hbox_new(FALSE, PREF_PAD_BUTTON_ICON_GAP);
 
 			align = gtk_alignment_new(0.5, 0.5, 0.0, 0.0);
 			gtk_container_add(GTK_CONTAINER(button), align);