diff options
author | monsta <[email protected]> | 2016-11-30 19:09:58 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-30 19:28:44 +0300 |
commit | 7e98726da7fe9d9c1cc86a26d93752fea351e1c9 (patch) | |
tree | 8a305d2ea451a3f720d835cb2ec1e5d89dfe1fcd /plugins/statusbar-date/eom-statusbar-date-plugin.h | |
parent | d4850871903c7c44dfaa0a4bccc4068ec2c69b12 (diff) | |
download | eom-7e98726da7fe9d9c1cc86a26d93752fea351e1c9.tar.bz2 eom-7e98726da7fe9d9c1cc86a26d93752fea351e1c9.tar.xz |
fix indent in some places
Diffstat (limited to 'plugins/statusbar-date/eom-statusbar-date-plugin.h')
-rw-r--r-- | plugins/statusbar-date/eom-statusbar-date-plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/statusbar-date/eom-statusbar-date-plugin.h b/plugins/statusbar-date/eom-statusbar-date-plugin.h index 84bfeaf..0718bbe 100644 --- a/plugins/statusbar-date/eom-statusbar-date-plugin.h +++ b/plugins/statusbar-date/eom-statusbar-date-plugin.h @@ -68,10 +68,10 @@ struct _EomStatusbarDatePluginClass { /* * Public methods */ -GType eom_statusbar_date_plugin_get_type(void) G_GNUC_CONST; +GType eom_statusbar_date_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 |