summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-26 17:07:39 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:57 +0100
commit4bd1ca0dbfa11da662af6dc1e483cf6cfb411242 (patch)
tree7b9b7ba11d665af975a3d812b75268939ae44491 /tests/common
parent856191800984c3e914f2e295856117e982dbadc4 (diff)
downloadtracker-4bd1ca0dbfa11da662af6dc1e483cf6cfb411242.tar.gz
build: Replaced all trailing tabs before \ for spaces in Makefile.ams
Also standardise the width to 55 characters (unless line is longer)
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am
index e92a80823..acca798ea 100644
--- a/tests/common/Makefile.am
+++ b/tests/common/Makefile.am
@@ -2,16 +2,16 @@ include $(top_srcdir)/Makefile.decl
noinst_LTLIBRARIES = libtracker-testcommon.la
-AM_CPPFLAGS = \
- $(BUILD) \
- -DTEST_TEXT=\""$(top_srcdir)"/tests/libtracker-common/non-utf8.txt\" \
+AM_CPPFLAGS = \
+ $(BUILD) \
+ -DTEST_TEXT=\""$(top_srcdir)"/tests/libtracker-common/non-utf8.txt\" \
$(LIBTRACKER_COMMON_CFLAGS)
-LDADD = \
- $(BUILD_LIBS) \
+LDADD = \
+ $(BUILD_LIBS) \
$(LIBTRACKER_COMMON_LIBS)
-libtracker_testcommon_la_SOURCES = \
- tracker-test-helpers.c \
+libtracker_testcommon_la_SOURCES = \
+ tracker-test-helpers.c \
tracker-test-helpers.h