diff src/ui_tree_edit.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 419fe0574a34
line wrap: on
line diff
--- a/src/ui_tree_edit.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/ui_tree_edit.c	Thu Apr 24 12:47:09 2008 +0000
@@ -640,7 +640,7 @@
 	if (!list || link == list) return g_list_prepend(list, data);
 	if (!link) return g_list_append(list, data);
 
-	new_list = g_list_alloc ();
+	new_list = g_list_alloc();
 	new_list->data = data;
 
 	if (link->prev)