From c19809ef1982ee44e75e1ecd847a55926dc712bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 17 Mar 2015 15:41:38 +0100 Subject: [PATCH] pluginloader: Fix indention --- gst/gstpluginloader.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.7.4