aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-without.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-11 23:50:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-12 02:14:04 +0800
commitebcce86769d174cce6e881740c5e9bcedce28e06 (patch)
treeb2cc2d18ceb0c3bd3e78f5b768c1b6926b69bb4a /widgets/table/e-table-without.c
parent1e3deb31476cf0026011876327be83e9a47847ee (diff)
downloadgsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar
gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.gz
gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.bz2
gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.lz
gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.xz
gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.zst
gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'widgets/table/e-table-without.c')
-rw-r--r--widgets/table/e-table-without.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/e-table-without.c b/widgets/table/e-table-without.c
index b19bdeb615..5dacfb61cc 100644
--- a/widgets/table/e-table-without.c
+++ b/widgets/table/e-table-without.c
@@ -266,9 +266,9 @@ e_table_without_construct (ETableWithout *etw,
ETableWithoutFreeKeyFunc free_duplicated_key_func,
void *closure)
{
- if (e_table_subset_construct (E_TABLE_SUBSET(etw), source, 1) == NULL)
+ if (e_table_subset_construct (E_TABLE_SUBSET (etw), source, 1) == NULL)
return NULL;
- E_TABLE_SUBSET(etw)->n_map = 0;
+ E_TABLE_SUBSET (etw)->n_map = 0;
etw->priv->hash_func = hash_func;
etw->priv->compare_func = compare_func;
@@ -387,7 +387,7 @@ e_table_without_show_all (ETableWithout *etw)
}
etw->priv->hash = g_hash_table_new (etw->priv->hash_func, etw->priv->compare_func);
- row_count = e_table_model_row_count (E_TABLE_MODEL(etss->source));
+ row_count = e_table_model_row_count (E_TABLE_MODEL (etss->source));
g_free (etss->map_table);
etss->map_table = g_new (int, row_count);