diff src/main.c @ 1346:c9949c19a6d0

No space between function name and first parenthesis, it eases greping (see CODING).
author zas_
date Sat, 28 Feb 2009 20:48:47 +0000
parents f97450e632a1
children a3d3208b0c50
line wrap: on
line diff
--- a/src/main.c	Sat Feb 28 20:24:42 2009 +0000
+++ b/src/main.c	Sat Feb 28 20:48:47 2009 +0000
@@ -732,7 +732,7 @@
 	CollectionData *cd = NULL;
 
 #ifdef HAVE_GTHREAD
-	g_thread_init (NULL);
+	g_thread_init(NULL);
 	gdk_threads_init();
 	gdk_threads_enter();
 #endif