aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin-manager.c
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-05-19 23:46:55 -0700
committerAleksander Morgado <aleksander@aleksander.es>2014-05-20 09:32:29 +0200
commit37b0402ee52ee98271d75681fee5dd4de0bebb8f (patch)
tree70cd0d6d700dd2548a96d4e01a5cec2930e45d66 /src/mm-plugin-manager.c
parentd4177f554bab5e596aeb8a2f80ad8466d837e799 (diff)
core: minor coding style fixes
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r--src/mm-plugin-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c
index 12b8847a..8c2fc317 100644
--- a/src/mm-plugin-manager.c
+++ b/src/mm-plugin-manager.c
@@ -805,13 +805,13 @@ load_plugins (MMPluginManager *self,
const gchar *fname;
gchar *plugindir_display = NULL;
- if (!g_module_supported ()) {
+ if (!g_module_supported ()) {
g_set_error (error,
MM_CORE_ERROR,
MM_CORE_ERROR_UNSUPPORTED,
"GModules are not supported on your platform!");
goto out;
- }
+ }
/* Get printable UTF-8 string of the path */
plugindir_display = g_filename_display_name (self->priv->plugin_dir);
@@ -964,7 +964,7 @@ dispose (GObject *object)
static void
initable_iface_init (GInitableIface *iface)
{
- iface->init = initable_init;
+ iface->init = initable_init;
}
static void