From 6413227cef16fcee96670ccb56ece9e1cc3293c5 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 28 May 2009 13:06:29 -0400 Subject: Whitespace cleanup. --- a11y/e-table/gal-a11y-e-cell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'a11y/e-table/gal-a11y-e-cell.c') diff --git a/a11y/e-table/gal-a11y-e-cell.c b/a11y/e-table/gal-a11y-e-cell.c index a316500af7..e09b5456d9 100644 --- a/a11y/e-table/gal-a11y-e-cell.c +++ b/a11y/e-table/gal-a11y-e-cell.c @@ -113,7 +113,7 @@ gal_a11y_e_cell_get_name (AtkObject * a11y) return a11y->name; if (cell->item != NULL) { - ecol = e_table_header_get_column (cell->item->header, cell->view_col); + ecol = e_table_header_get_column (cell->item->header, cell->view_col); if (ecol != NULL) return ecol->text; } @@ -350,7 +350,7 @@ gal_a11y_e_cell_remove_action_by_name (GalA11yECell *cell, g_return_val_if_fail (GAL_A11Y_IS_E_CELL (cell), FALSE); for (list_node = cell->action_list; list_node && !action_found; - list_node = list_node->next) { + list_node = list_node->next) { if (!g_ascii_strcasecmp (((ActionInfo *)(list_node->data))->name, action_name)) { action_found = TRUE; break; -- cgit v1.2.3