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 /shell/es-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 'shell/es-event.c')
-rw-r--r-- | shell/es-event.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shell/es-event.c b/shell/es-event.c index 78847e3f49..89ba18f492 100644 --- a/shell/es-event.c +++ b/shell/es-event.c @@ -90,11 +90,11 @@ es_event_get_type(void) /** * es_event_peek: - * @void: - * + * @void: + * * Get the singular instance of the shell event handler. - * - * Return value: + * + * Return value: **/ ESEvent *es_event_peek(void) { @@ -148,7 +148,7 @@ es_event_target_new_upgrade(ESEvent *eme, int major, int minor, int revision) t->minor = minor; t->revision = revision; - return t; + return t; } /* ********************************************************************** */ @@ -185,7 +185,7 @@ emeh_class_init(EPluginHookClass *klass) /** @HookClass: Shell Main Menu * @Id: org.gnome.evolution.shell.events:1.0 * @Target: ESEventTargetState - * + * * A hook for events coming from the shell. **/ @@ -202,7 +202,7 @@ GType es_event_hook_get_type(void) { static GType type = 0; - + if (!type) { static const GTypeInfo info = { sizeof(ESEventHookClass), NULL, NULL, (GClassInitFunc) emeh_class_init, NULL, NULL, @@ -212,6 +212,6 @@ es_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(), "ESEventHook", &info, 0); } - + return type; } |