From 23f5773903d64a554d977ae7d0ebbaca73528f1f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 30 Nov 2011 20:53:20 -0600 Subject: Coding style and whitespace cleanup. --- modules/plugin-lib/e-plugin-lib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/plugin-lib') diff --git a/modules/plugin-lib/e-plugin-lib.c b/modules/plugin-lib/e-plugin-lib.c index 8ca0fed570..82c8be58fc 100644 --- a/modules/plugin-lib/e-plugin-lib.c +++ b/modules/plugin-lib/e-plugin-lib.c @@ -117,7 +117,9 @@ plugin_lib_invoke (EPlugin *plugin, EPluginLibFunc func; if (!plugin->enabled) { - g_warning ("trying to invoke '%s' on disabled plugin '%s'", name, plugin->id); + g_warning ( + "Trying to invoke '%s' on disabled plugin '%s'", + name, plugin->id); return NULL; } -- cgit v1.2.3