gst: fix indentation
authorTim-Philipp Müller <tim@centricular.com>
Sun, 16 Mar 2014 14:07:35 +0000 (14:07 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 16 Mar 2014 14:38:07 +0000 (14:38 +0000)
gst/gst.c

index b24ecbe..7fce441 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -484,14 +484,15 @@ init_pre (GOptionContext * context, GOptionGroup * group, gpointer data,
    * So give some useful info about GStreamer here */
 #ifdef G_OS_WIN32
   {
-    gchar *basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle);
+    gchar *basedir =
+        g_win32_get_package_installation_directory_of_module
+        (_priv_gst_dll_handle);
 
     libdir = g_build_filename (basedir,
 #ifdef _DEBUG
-                               "debug"
+        "debug"
 #endif
-                               "lib",
-                               NULL);
+        "lib", NULL);
     g_free (basedir);
   }
 #else