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 --- e-util/e-profile-event.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'e-util/e-profile-event.c') diff --git a/e-util/e-profile-event.c b/e-util/e-profile-event.c index 9c86f72b60..023f76746e 100644 --- a/e-util/e-profile-event.c +++ b/e-util/e-profile-event.c @@ -92,11 +92,11 @@ e_profile_event_get_type(void) /** * e_profile_event_peek: - * @void: - * + * @void: + * * Get the singular instance of the profile event handler. - * - * Return value: + * + * Return value: **/ EProfileEvent *e_profile_event_peek(void) { @@ -185,7 +185,7 @@ GType e_profile_event_hook_get_type(void) { static GType type = 0; - + if (!type) { static const GTypeInfo info = { sizeof(EProfileEventHookClass), NULL, NULL, (GClassInitFunc) emeh_class_init, NULL, NULL, @@ -195,6 +195,6 @@ e_profile_event_hook_get_type(void) emeh_parent_class = g_type_class_ref(e_event_hook_get_type()); type = g_type_register_static(e_event_hook_get_type(), "EProfileEventHook", &info, 0); } - + return type; } -- cgit v1.2.3