diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-16 23:25:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-09-04 19:34:32 +0800 |
commit | fcbbdfbd18e15b4ee8322a0217cf03a689a5e033 (patch) | |
tree | e16cd2a2279558c6a2bfb6ca39fcbaac4c85ba59 /calendar/gui/e-week-view-layout.h | |
parent | f78417c48861759d7b0c4535ecd3febe4638a7d3 (diff) | |
download | gsoc2013-evolution-fcbbdfbd18e15b4ee8322a0217cf03a689a5e033.tar.gz gsoc2013-evolution-fcbbdfbd18e15b4ee8322a0217cf03a689a5e033.tar.zst gsoc2013-evolution-fcbbdfbd18e15b4ee8322a0217cf03a689a5e033.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'calendar/gui/e-week-view-layout.h')
-rw-r--r-- | calendar/gui/e-week-view-layout.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/e-week-view-layout.h b/calendar/gui/e-week-view-layout.h index 98bf1ccb3a..5f1e2870d4 100644 --- a/calendar/gui/e-week-view-layout.h +++ b/calendar/gui/e-week-view-layout.h @@ -29,9 +29,9 @@ G_BEGIN_DECLS /* I've split these functions away from EWeekView so we can use them for - printing. */ + * printing. */ -GArray* e_week_view_layout_events (GArray *events, +GArray * e_week_view_layout_events (GArray *events, GArray *old_spans, gboolean multi_week_view, gint weeks_shown, @@ -41,8 +41,8 @@ GArray* e_week_view_layout_events (GArray *events, gint *rows_per_day); /* Returns which 'cell' in the table the day appears in. Note that most days - have a height of 2 rows, but Sat/Sun are sometimes compressed so they have - a height of only 1 row. */ + * have a height of 2 rows, but Sat/Sun are sometimes compressed so they have + * a height of only 1 row. */ void e_week_view_layout_get_day_position (gint day, gboolean multi_week_view, gint weeks_shown, |