diff src/ui_help.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 20495dd4e6e6
line wrap: on
line diff
--- a/src/ui_help.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/ui_help.c	Thu Apr 24 12:47:09 2008 +0000
@@ -245,7 +245,7 @@
 	gtk_widget_show(hbox);
 
 	button = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
-	g_signal_connect(G_OBJECT (button), "clicked",
+	g_signal_connect(G_OBJECT(button), "clicked",
 			 G_CALLBACK(help_window_close), window);
 	gtk_container_add(GTK_CONTAINER(hbox), button);
 	GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);