gst: fix indentation

This commit is contained in:
Tim-Philipp Müller 2014-03-16 14:07:35 +00:00
parent e4e85fc88a
commit 302484ac4f

View file

@ -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