From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- modules/plugin-lib/e-plugin-lib.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/plugin-lib') diff --git a/modules/plugin-lib/e-plugin-lib.c b/modules/plugin-lib/e-plugin-lib.c index 82c8be58fc..f80ddd20e6 100644 --- a/modules/plugin-lib/e-plugin-lib.c +++ b/modules/plugin-lib/e-plugin-lib.c @@ -153,9 +153,10 @@ plugin_lib_construct (EPlugin *plugin, #ifdef G_OS_WIN32 { gchar *mapped_location = - e_util_replace_prefix (EVOLUTION_PREFIX, - e_util_get_prefix (), - plugin_lib->location); + e_util_replace_prefix ( + EVOLUTION_PREFIX, + e_util_get_prefix (), + plugin_lib->location); g_free (plugin_lib->location); plugin_lib->location = mapped_location; } -- cgit v1.2.3