aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-week-view-layout.h')
-rw-r--r--calendar/gui/e-week-view-layout.h8
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,