]> git.0d.be Git - empathy.git/commitdiff
Replace tabs with spaces
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 1 Sep 2009 15:18:10 +0000 (16:18 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 24 Feb 2010 16:29:17 +0000 (16:29 +0000)
libempathy/empathy-handler.c

index ad4f415e0ce5567777662df4809eef7241661874..715d5a8ac92c8ca57ab139dd200e9581801823b7 100644 (file)
@@ -167,8 +167,8 @@ handler_set_property (GObject *object,
     {
       case PROP_CHANNEL_FILTER:
         priv->filters = g_value_dup_boxed (value);
-       if (priv->filters == NULL)
-         priv->filters = g_ptr_array_new ();
+        if (priv->filters == NULL)
+          priv->filters = g_ptr_array_new ();
         break;
       case PROP_CAPABILITIES:
         priv->capabilities = g_value_dup_boxed (value);