diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-03 22:12:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-03 22:12:42 +0800 |
commit | 6f11f62025457f9aadab6d5cdf2e16d1716fdbbe (patch) | |
tree | 87f85242f8a4267b4d72764c69bae481afc11b21 /calendar/gui/e-week-view.c | |
parent | 80374b7b6268707696124329c5e64e260e41c090 (diff) | |
download | gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.gz gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.bz2 gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.lz gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.xz 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.c | 2 |
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); |