[empathy: 5/15] Replace tabs with spaces



commit 09a20a4289d896f18360be9020c984876d55a29b
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Tue Sep 1 16:18:10 2009 +0100

    Replace tabs with spaces

 libempathy/empathy-handler.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-handler.c b/libempathy/empathy-handler.c
index ad4f415..715d5a8 100644
--- a/libempathy/empathy-handler.c
+++ b/libempathy/empathy-handler.c
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]