aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-03 22:12:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-03 22:12:42 +0800
commit6f11f62025457f9aadab6d5cdf2e16d1716fdbbe (patch)
tree87f85242f8a4267b4d72764c69bae481afc11b21 /calendar/gui/e-week-view.c
parent80374b7b6268707696124329c5e64e260e41c090 (diff)
downloadgsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.gz
gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.zst
gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.zip
Whitespace and coding style cleanups.
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index edcffa49da..aabcd7adde 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -2492,7 +2492,7 @@ e_week_view_add_event (ECalComponent *comp,
g_print ("\tday_starts[0]: %s", ctime (&add_event_data->week_view->day_starts[0]));
g_print ("\tday_starts[%d]: %s\n", num_days, ctime (&add_event_data->week_view->day_starts[num_days]));
}*/
-
+
g_return_val_if_fail (start <= end, TRUE);
g_return_val_if_fail (start < add_event_data->week_view->day_starts[num_days], TRUE);
g_return_val_if_fail (end > add_event_data->week_view->day_starts[0], TRUE);