From: Tim-Philipp Müller Date: Sun, 16 Mar 2014 14:07:35 +0000 (+0000) Subject: gst: fix indentation X-Git-Tag: 1.3.1~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=302484ac4fae0c8ce37c468ccf519160478a1191;p=platform%2Fupstream%2Fgstreamer.git gst: fix indentation --- 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