[maemo-commits] [maemo-commits] r16714 - projects/haf/trunk/hildon-thumbnail/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Nov 17 18:35:15 EET 2008
Author: pvanhoof
Date: 2008-11-17 18:35:14 +0200 (Mon, 17 Nov 2008)
New Revision: 16714

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c
Log:
Indent

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c	2008-11-17 16:26:42 UTC (rev 16713)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugin-runner.c	2008-11-17 16:35:14 UTC (rev 16714)
@@ -225,11 +225,11 @@
 	while (uri_schemes[i] != NULL) {
 
 		dbus_g_proxy_call (self, "Register",
-						   &nerror, 
-						   G_TYPE_STRING, uri_schemes[i],
-						   G_TYPE_STRING, mime_type,
-						   G_TYPE_INVALID,
-						   G_TYPE_INVALID);
+				   &nerror, 
+				   G_TYPE_STRING, uri_schemes[i],
+				   G_TYPE_STRING, mime_type,
+				   G_TYPE_INVALID,
+				   G_TYPE_INVALID);
 
 		if (nerror) {
 			g_critical ("Failed to init: %s\n", nerror->message);


More information about the maemo-commits mailing list