[Telepathy-commits] [telepathy-gabble/master] indentation fix

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Oct 14 08:13:16 PDT 2008


---
 src/olpc-gadget-manager.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/olpc-gadget-manager.c b/src/olpc-gadget-manager.c
index 02fb5c8..db3f036 100644
--- a/src/olpc-gadget-manager.c
+++ b/src/olpc-gadget-manager.c
@@ -557,10 +557,10 @@ copy_activity_to_array (TpHandle room,
   GValue gvalue = { 0 };
 
   if (activity->id == NULL)
-  {
-    DEBUG ("... activity #%u has no ID, skipping", room);
-    return;
-  }
+    {
+      DEBUG ("... activity #%u has no ID, skipping", room);
+      return;
+    }
 
   g_value_init (&gvalue, GABBLE_STRUCT_TYPE_ACTIVITY);
   g_value_take_boxed (&gvalue, dbus_g_type_specialized_construct
-- 
1.5.6.5




More information about the Telepathy-commits mailing list