diff options
Diffstat (limited to 'plugins/reload/eom-reload-plugin.h')
-rw-r--r-- | plugins/reload/eom-reload-plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/reload/eom-reload-plugin.h b/plugins/reload/eom-reload-plugin.h index 721448b..5f285d2 100644 --- a/plugins/reload/eom-reload-plugin.h +++ b/plugins/reload/eom-reload-plugin.h @@ -47,10 +47,10 @@ struct _EomReloadPluginClass { /* * Public methods */ -GType eom_reload_plugin_get_type(void) G_GNUC_CONST; +GType eom_reload_plugin_get_type (void) G_GNUC_CONST; /* All the plugins must implement this function */ -G_MODULE_EXPORT GType register_eom_plugin(GTypeModule* module); +G_MODULE_EXPORT GType register_eom_plugin (GTypeModule* module); G_END_DECLS |