From a4d8c30310cfcd95a54153930336ff8196adde76 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 13 Jan 2011 09:58:21 -0500 Subject: Merge miscellaneous changes from gtk3 branch. Mostly coding style and whitespace changes, to reduce diff noise. --- widgets/misc/e-calendar-item.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/misc/e-calendar-item.c') diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c index 6afe62d381..e34e0d4428 100644 --- a/widgets/misc/e-calendar-item.c +++ b/widgets/misc/e-calendar-item.c @@ -1351,9 +1351,9 @@ e_calendar_item_draw_month (ECalendarItem *calitem, cairo_restore (cr); } - e_calendar_item_draw_day_numbers (calitem, drawable, width, height, - row, col, year, month, start_weekday, - cells_x, cells_y); + e_calendar_item_draw_day_numbers ( + calitem, drawable, width, height, row, col, + year, month, start_weekday, cells_x, cells_y); g_object_unref (layout); cairo_destroy (cr); -- cgit v1.2.3