From eb29179da623f9cf4abd663577395a085452ca18 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 11 Jul 2010 11:31:15 -0400 Subject: Coding style and whitespace cleanup. --- shell/e-shell-switcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/e-shell-switcher.c b/shell/e-shell-switcher.c index f0149386b5..0568c85b18 100644 --- a/shell/e-shell-switcher.c +++ b/shell/e-shell-switcher.c @@ -164,7 +164,7 @@ shell_switcher_layout_actions (EShellSwitcher *switcher) y -= V_PADDING; } - for (i = 0; i <= row_last; i ++) + for (i = 0; i <= row_last; i++) g_list_free (rows [i]); g_free (rows); -- cgit v1.2.3