[maemo-commits] [maemo-commits] r15963 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 2 18:44:06 EEST 2008
Author: pvanhoof
Date: 2008-09-02 18:44:04 +0300 (Tue, 02 Sep 2008)
New Revision: 15963

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
Log:
Code style

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c	2008-09-02 15:43:15 UTC (rev 15962)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c	2008-09-02 15:44:04 UTC (rev 15963)
@@ -158,14 +158,14 @@
 static void 
 do_the_work (WorkTask *task, gpointer user_data)
 {
+	ThumbnailerPrivate *priv = THUMBNAILER_GET_PRIVATE (task->object);
 	GHashTable *hash = g_hash_table_new (g_str_hash, g_str_equal);
+	GStrv urls = task->urls;
+	DBusGMethodInvocation *context = task->context;
 	guint i = 0;
 	GHashTableIter iter;
 	gpointer key, value;
 	gboolean had_error = FALSE;
-	ThumbnailerPrivate *priv = THUMBNAILER_GET_PRIVATE (task->object);
-	GStrv urls = task->urls;
-	DBusGMethodInvocation *context = task->context;
 
 	while (urls[i] != NULL) {
 		GList *urls_for_mime;


More information about the maemo-commits mailing list