[banshee] cosmetic: spaces to tabs in m4 macro



commit 8c679d0fccb87bc8f4a1b46a4d2a6cf8bf423242
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed Oct 16 16:22:50 2013 +0200

    cosmetic: spaces to tabs in m4 macro
    
    To be consistent with the rest of the file and the rest of the macros,
    and so identation is displayed properly in a text editor.

 build/m4/banshee/gstreamer-sharp.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/m4/banshee/gstreamer-sharp.m4 b/build/m4/banshee/gstreamer-sharp.m4
index 7accc30..7ebdc30 100644
--- a/build/m4/banshee/gstreamer-sharp.m4
+++ b/build/m4/banshee/gstreamer-sharp.m4
@@ -3,8 +3,8 @@ AC_DEFUN([BANSHEE_CHECK_GSTREAMER_SHARP],
        AC_ARG_ENABLE(gst_sharp, AC_HELP_STRING([--enable-gst-sharp], [Enable Gst# backend]), , 
enable_gst_sharp="no")
 
        if test "x$enable_gst_sharp" = "xyes"; then
-        PKG_CHECK_MODULES(GST_SHARP, gstreamer-sharp-0.10)
-        AC_SUBST(GST_SHARP_LIBS)
+               PKG_CHECK_MODULES(GST_SHARP, gstreamer-sharp-0.10)
+               AC_SUBST(GST_SHARP_LIBS)
                AM_CONDITIONAL(ENABLE_GST_SHARP, true)
        else
                AM_CONDITIONAL(ENABLE_GST_SHARP, false)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]