From: Sebastian Dröge Date: Tue, 17 Mar 2015 14:41:38 +0000 (+0100) Subject: pluginloader: Fix indention X-Git-Tag: 1.6.1~470 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c19809ef1982ee44e75e1ecd847a55926dc712bd;p=platform%2Fupstream%2Fgstreamer.git pluginloader: Fix indention --- diff --git a/gst/gstpluginloader.c b/gst/gstpluginloader.c index 96d4994..fe64609 100644 --- a/gst/gstpluginloader.c +++ b/gst/gstpluginloader.c @@ -480,12 +480,12 @@ gst_plugin_loader_spawn (GstPluginLoader * loader) { gchar *basedir; - basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle); - helper_bin = g_build_filename (basedir, - "lib", - "gstreamer-" GST_API_VERSION, - "gst-plugin-scanner.exe", - NULL); + basedir = + g_win32_get_package_installation_directory_of_module + (_priv_gst_dll_handle); + helper_bin = + g_build_filename (basedir, "lib", "gstreamer-" GST_API_VERSION, + "gst-plugin-scanner.exe", NULL); g_free (basedir); } #else