From 37b0402ee52ee98271d75681fee5dd4de0bebb8f Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Mon, 19 May 2014 23:46:55 -0700 Subject: core: minor coding style fixes --- src/mm-plugin-manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mm-plugin-manager.c') 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 -- cgit v1.2.3-70-g09d2