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-menu.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-menu.c')
-rw-r--r-- | shell/es-menu.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/es-menu.c b/shell/es-menu.c index 2d62bf16f2..ed7ceef46c 100644 --- a/shell/es-menu.c +++ b/shell/es-menu.c @@ -100,10 +100,10 @@ ESMenu *es_menu_new(const char *menuid) * es_menu_target_new_shell: * @esm: * @flags: - * + * * Create a new menu target for the shell. - * - * Return value: + * + * Return value: **/ ESMenuTargetShell * es_menu_target_new_shell(ESMenu *esm, guint32 flags) @@ -150,7 +150,7 @@ esph_class_init(EPluginHookClass *klass) /** @HookClass: Shell Main Menu * @Id: org.gnome.evolution.shell.bonobomenu:1.0 * @Target: ESMenuTargetShell - * + * * A hook for the main menus from the shell component. * * These menu's will be available from all components, but @@ -171,7 +171,7 @@ GType es_menu_hook_get_type(void) { static GType type = 0; - + if (!type) { static const GTypeInfo info = { sizeof(ESMenuHookClass), NULL, NULL, (GClassInitFunc) esph_class_init, NULL, NULL, @@ -181,6 +181,6 @@ es_menu_hook_get_type(void) esph_parent_class = g_type_class_ref(e_menu_hook_get_type()); type = g_type_register_static(e_menu_hook_get_type(), "ESMenuHook", &info, 0); } - + return type; } |