From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- calendar/gui/calendar-view-factory.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/calendar-view-factory.c') diff --git a/calendar/gui/calendar-view-factory.c b/calendar/gui/calendar-view-factory.c index 563803ae5d..262fe3dd00 100644 --- a/calendar/gui/calendar-view-factory.c +++ b/calendar/gui/calendar-view-factory.c @@ -171,10 +171,10 @@ calendar_view_factory_new_view (GalViewFactory *factory, const char *name) * calendar_view_factory_construct: * @cal_view_factory: A calendar view factory. * @view_type: Type of calendar views that the factory will create. - * + * * Constructs a calendar view factory by setting the type of views it will * create. - * + * * Return value: The same value as @cal_view_factory. **/ CalendarViewFactory * @@ -196,9 +196,9 @@ calendar_view_factory_construct (CalendarViewFactory *cal_view_factory, /** * calendar_view_factory_new: * @view_type: Type of calendar views that the factory will create. - * + * * Creates a new factory for calendar views. - * + * * Return value: A newly-created calendar view factory. **/ CalendarViewFactory * -- cgit