[tracker/makefiletab] Fix the spaces->tab issue in Makefile.am. Resulting makefile is invalid in some versions.



commit c32bbaed6252ce7d712c3c5d3bf6c95239e5ec40
Author: Mikael Ottela <mikael ottela ixonos com>
Date:   Thu Sep 15 15:30:36 2011 +0300

    Fix the spaces->tab issue in Makefile.am. Resulting makefile is invalid in
    some versions.

 tests/libtracker-extract/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/libtracker-extract/Makefile.am b/tests/libtracker-extract/Makefile.am
index 435cdcb..c279491 100644
--- a/tests/libtracker-extract/Makefile.am
+++ b/tests/libtracker-extract/Makefile.am
@@ -9,9 +9,9 @@ TEST_PROGS +=                                          \
 if HAVE_ENCA
 TEST_PROGS += tracker-encoding
 else 
-  if HAVE_MEEGOTOUCH
-    TEST_PROGS += tracker-encoding
-  endif
+	if HAVE_MEEGOTOUCH
+		TEST_PROGS += tracker-encoding
+	endif
 endif
 
 AM_CPPFLAGS =                                          \



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