From ebcce86769d174cce6e881740c5e9bcedce28e06 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 11:50:51 -0400 Subject: Coding style and whitespace cleanups. --- widgets/table/gal-a11y-e-cell-popup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/table/gal-a11y-e-cell-popup.c') diff --git a/widgets/table/gal-a11y-e-cell-popup.c b/widgets/table/gal-a11y-e-cell-popup.c index 921ae8e4d5..755325d4f3 100644 --- a/widgets/table/gal-a11y-e-cell-popup.c +++ b/widgets/table/gal-a11y-e-cell-popup.c @@ -92,7 +92,7 @@ gal_a11y_e_cell_popup_new (ETableItem *item, ECellPopup *popupcell; ECellView* child_view = NULL; - popupcell= E_CELL_POPUP(cell_view->ecell); + popupcell= E_CELL_POPUP (cell_view->ecell); if (popupcell && popupcell->popup_cell_view) child_view = popupcell->popup_cell_view->child_view; @@ -116,7 +116,7 @@ gal_a11y_e_cell_popup_new (ETableItem *item, row); } g_return_val_if_fail (a11y != NULL, NULL); - cell = GAL_A11Y_E_CELL(a11y); + cell = GAL_A11Y_E_CELL (a11y); gal_a11y_e_cell_add_action (cell, "popup", /* Translators: description of a "popup" action */ -- cgit v1.2.3