From c53fbc0b8f3b98827d6816a627bdd4d467b84f74 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Feb 2014 09:36:49 -0500 Subject: Miscellaneous cleanups. --- e-util/e-table-header.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'e-util/e-table-header.c') diff --git a/e-util/e-table-header.c b/e-util/e-table-header.c index 8fc4496df7..f9c50b5553 100644 --- a/e-util/e-table-header.c +++ b/e-util/e-table-header.c @@ -350,18 +350,18 @@ e_table_header_class_init (ETableHeaderClass *class) static void e_table_header_init (ETableHeader *eth) { - eth->col_count = 0; - eth->width = 0; + eth->col_count = 0; + eth->width = 0; - eth->sort_info = NULL; + eth->sort_info = NULL; eth->sort_info_group_change_id = 0; - eth->columns = NULL; + eth->columns = NULL; - eth->change_queue = NULL; - eth->change_tail = NULL; + eth->change_queue = NULL; + eth->change_tail = NULL; - eth->width_extras = 0; + eth->width_extras = 0; } /** -- cgit v1.2.3