diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-09-01 23:18:10 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-02-25 00:29:17 +0800 |
commit | 09a20a4289d896f18360be9020c984876d55a29b (patch) | |
tree | 7ea2d11430ca15415298209ad95bc48ecf551ca3 /libempathy/empathy-handler.c | |
parent | 696f7bdae93846bdf809ae7e19be5f2ea9913fe6 (diff) | |
download | gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.tar gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.tar.gz gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.tar.bz2 gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.tar.lz gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.tar.xz gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.tar.zst gsoc2013-empathy-09a20a4289d896f18360be9020c984876d55a29b.zip |
Replace tabs with spaces
Diffstat (limited to 'libempathy/empathy-handler.c')
-rw-r--r-- | 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 ad4f415e0..715d5a8ac 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); |