From 0109aa3a92b484ebb85c6481e5a8e39819b1f011 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 30 Jan 2011 11:32:55 -0500 Subject: More whitespace cleanup. --- calendar/gui/e-week-view.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/e-week-view.c') diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 6497ec7694..560ed09343 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -4429,18 +4429,18 @@ static gint e_week_view_get_adjust_days_for_move_up (EWeekView *week_view,gint current_day) { if (week_view->multi_week_view) - return -7; + return -7; else - return 0; + return 0; } static gint e_week_view_get_adjust_days_for_move_down (EWeekView *week_view,gint current_day) { if (week_view->multi_week_view) - return 7; + return 7; else - return 0; + return 0; } static gint -- cgit v1.2.3