From 302484ac4fae0c8ce37c468ccf519160478a1191 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 16 Mar 2014 14:07:35 +0000 Subject: [PATCH] gst: fix indentation --- gst/gst.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gst/gst.c b/gst/gst.c index b24ecbe..7fce441 100644 --- 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 -- 2.7.4