pluginloader: Fix indention
authorSebastian Dröge <sebastian@centricular.com>
Tue, 17 Mar 2015 14:41:38 +0000 (15:41 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 17 Mar 2015 14:41:38 +0000 (15:41 +0100)
gst/gstpluginloader.c

index 96d4994..fe64609 100644 (file)
@@ -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