diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-15 06:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-15 06:04:21 +0800 |
commit | 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch) | |
tree | 2e1e96f33404781354c422a7e9beaf458ebeb655 /e-util/e-profile-event.c | |
parent | 7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff) | |
download | gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip |
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
Diffstat (limited to 'e-util/e-profile-event.c')
-rw-r--r-- | e-util/e-profile-event.c | 12 |
1 files changed, 6 insertions, 6 deletions
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; } |